summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-31 20:31:19 +0000
committerminskim <minskim>2004-12-31 20:31:19 +0000
commit190bbce088d9d7a0ae586923bd2ad5057b1e7437 (patch)
treeac1976ac453a42e26098e6457a710da8c29d56d5
parent6468ef77308cac19ac61de3a3c496ef5b9461ff6 (diff)
downloadpkgsrc-190bbce088d9d7a0ae586923bd2ad5057b1e7437.tar.gz
Enable pkgviews installation.
-rw-r--r--audio/mserv/Makefile4
-rw-r--r--audio/mserv_irman/Makefile5
-rw-r--r--sysutils/libirman/Makefile6
3 files changed, 12 insertions, 3 deletions
diff --git a/audio/mserv/Makefile b/audio/mserv/Makefile
index 65f8d5ab91c..e143ade61c8 100644
--- a/audio/mserv/Makefile
+++ b/audio/mserv/Makefile
@@ -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 @@ MAINTAINER= martin@NetBSD.org
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 --git a/audio/mserv_irman/Makefile b/audio/mserv_irman/Makefile
index 1f6094d170a..91181eab56e 100644
--- a/audio/mserv_irman/Makefile
+++ b/audio/mserv_irman/Makefile
@@ -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+= libirman>=0.4.1.2nb3:../../sysutils/libirman
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 --git a/sysutils/libirman/Makefile b/sysutils/libirman/Makefile
index daac2225925..ce58ba41c8e 100644
--- a/sysutils/libirman/Makefile
+++ b/sysutils/libirman/Makefile
@@ -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 @@ MAINTAINER= abs@NetBSD.org
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 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
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" \