diff options
author | abs <abs@pkgsrc.org> | 2002-06-20 09:06:48 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-06-20 09:06:48 +0000 |
commit | b9035b82a07eafa2c51f0edd0251307792fbc74d (patch) | |
tree | 201e456b7a6d5d09f5620c84abb8da9e9e8296f4 /sysutils | |
parent | 26b308753b30719cc354039aaa177d88ec537d34 (diff) | |
download | pkgsrc-b9035b82a07eafa2c51f0edd0251307792fbc74d.tar.gz |
Update to libirman-0.4.1bnb3 - honour PKG_SYSCONFDIR
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libirman/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/libirman/Makefile b/sysutils/libirman/Makefile index 54792b93887..9bef6d320ed 100644 --- a/sysutils/libirman/Makefile +++ b/sysutils/libirman/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/06/14 20:38:40 abs Exp $ +# $NetBSD: Makefile,v 1.4 2002/06/20 09:06:48 abs Exp $ # DISTNAME= libirman-0.4.1b -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.evation.com/libirman/ @@ -11,6 +11,7 @@ HOMEPAGE= http://www.evation.com/libirman/libirman.html COMMENT= Programming library for Irman - infrared control GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} EGDIR= ${PREFIX}/share/examples CONF_FILES= ${EGDIR}/irman.conf ${PKG_SYSCONFDIR}/irman.conf |