pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f16439d3022
branches:  trunk
changeset: 486676:6f16439d3022
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Dec 31 20:31:19 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 audio/mserv/Makefile       |  4 +++-
 audio/mserv_irman/Makefile |  5 ++++-
 sysutils/libirman/Makefile |  6 +++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diffs (64 lines):

diff -r 3788d834d5f4 -r 6f16439d3022 audio/mserv/Makefile
--- a/audio/mserv/Makefile      Fri Dec 31 20:09:07 2004 +0000
+++ b/audio/mserv/Makefile      Fri Dec 31 20:31:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/10/03 00:13:08 tv Exp $
+# $NetBSD: Makefile,v 1.28 2004/12/31 20:31:19 minskim Exp $
 #
 
 DISTNAME=      mserv-0.35
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.mserv.org/
 COMMENT=       Local centralised music server environment
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --datadir=${PREFIX}/share/mserv
 CONFIGURE_ENV+=                MY_LIBS="-lvorbisfile -lvorbis"
diff -r 3788d834d5f4 -r 6f16439d3022 audio/mserv_irman/Makefile
--- a/audio/mserv_irman/Makefile        Fri Dec 31 20:09:07 2004 +0000
+++ b/audio/mserv_irman/Makefile        Fri Dec 31 20:31:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/06 01:48:51 abs Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/31 20:31:19 minskim Exp $
 #
 
 DISTNAME=      mserv_irman-0.20
@@ -15,6 +15,9 @@
 DEPENDS+=      p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
 DEPENDS+=      p5-Config-IniFiles-[0-9]*:../../devel/p5-Config-IniFiles
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_PERL5=     YES
+REPLACE_PERL=  mserv_irman.pl
 
 .include "../../mk/bsd.pkg.mk"
diff -r 3788d834d5f4 -r 6f16439d3022 sysutils/libirman/Makefile
--- a/sysutils/libirman/Makefile        Fri Dec 31 20:09:07 2004 +0000
+++ b/sysutils/libirman/Makefile        Fri Dec 31 20:31:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 22:53:40 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/31 20:31:19 minskim Exp $
 #
 
 DISTNAME=      libirman-0.4.1b
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://www.evation.com/libirman/libirman.html
 COMMENT=       Programming library for Irman - infrared control
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_PKGINSTALL=                YES
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
@@ -18,6 +20,8 @@
 EGDIR=         ${PREFIX}/share/examples
 CONF_FILES=    ${EGDIR}/irman.conf ${PKG_SYSCONFDIR}/irman.conf
 
+INSTALLATION_DIRS=     share/doc share/examples
+
 post-build:
            ${SED}  -e "s:/usr/local/etc:${PKG_SYSCONFDIR}:g" \
                    -e "s:/usr/local:${PREFIX}:g" \



Home | Main Index | Thread Index | Old Index