summaryrefslogtreecommitdiff
path: root/sysutils/libirman
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-31 20:31:19 +0000
committerminskim <minskim@pkgsrc.org>2004-12-31 20:31:19 +0000
commit996720fd6b865c514beb5fb0946645ece523340a (patch)
treeac1976ac453a42e26098e6457a710da8c29d56d5 /sysutils/libirman
parent89d0effd2c54b1211af73f0c69a82ed8b91c7dbc (diff)
downloadpkgsrc-996720fd6b865c514beb5fb0946645ece523340a.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'sysutils/libirman')
-rw-r--r--sysutils/libirman/Makefile6
1 files changed, 5 insertions, 1 deletions
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" \