diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-14 20:43:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-14 20:43:23 +0000 |
commit | 1ec59ed085b1ff1f6e20d1405322bb025382f0fb (patch) | |
tree | 9c9ea5066b7ca8b899de7c2a8f0435bf1d37ee6b /net/aiccu | |
parent | 2376bd0fbc35ba2000266ac8a72838cb21b47d13 (diff) | |
download | pkgsrc-1ec59ed085b1ff1f6e20d1405322bb025382f0fb.tar.gz |
USE_PKGINSTALL isn't needed here to make these packagse use the
pkginstall framework. In the case of libtool-base, avoid using
FILES_SUBST_SED where it isn't needed.
Diffstat (limited to 'net/aiccu')
-rw-r--r-- | net/aiccu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/aiccu/Makefile b/net/aiccu/Makefile index bea05ff4310..c511a1aa0c9 100644 --- a/net/aiccu/Makefile +++ b/net/aiccu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:22 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/03/14 20:43:23 jlam Exp $ DISTNAME= aiccu_2005.01.31 PKGNAME= ${DISTNAME:S/_/-/:S/.//g} @@ -19,7 +19,6 @@ SUBST_STAGE.sysconfdir= post-patch SUBST_FILES.sysconfdir= common/aiccu.h SUBST_SED.sysconfdir= -e 's,/etc/aiccu.conf,${PKG_SYSCONFDIR}/aiccu.conf,' -USE_PKGINSTALL= yes EXAMPLESDIR= ${PREFIX}/share/examples/aiccu DOCDIR= ${PREFIX}/share/doc/aiccu CONF_FILES= ${EXAMPLESDIR}/aiccu.conf ${PKG_SYSCONFDIR}/aiccu.conf |