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 | |
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')
-rw-r--r-- | net/aiccu/Makefile | 3 | ||||
-rw-r--r-- | net/nagios-base/Makefile.common | 3 | ||||
-rw-r--r-- | net/nagios-nsca/Makefile.common | 3 | ||||
-rw-r--r-- | net/vpnc/Makefile | 3 |
4 files changed, 4 insertions, 8 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 diff --git a/net/nagios-base/Makefile.common b/net/nagios-base/Makefile.common index 53b1cf43ffa..d392cbdc193 100644 --- a/net/nagios-base/Makefile.common +++ b/net/nagios-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2006/02/18 17:12:20 bouyer Exp $ +# $NetBSD: Makefile.common,v 1.2 2006/03/14 20:43:23 jlam Exp $ # NAGIOS_USER?= nagios @@ -10,7 +10,6 @@ NAGIOSADM_GROUP?= ${NAGIOSADM_USER} USE_X11= YES GNU_CONFIGURE= YES USE_TOOLS+= gmake -USE_PKGINSTALL= YES PKG_SYSCONFSUBDIR= nagios diff --git a/net/nagios-nsca/Makefile.common b/net/nagios-nsca/Makefile.common index 94ecca9ed5d..fb7a809e1f4 100644 --- a/net/nagios-nsca/Makefile.common +++ b/net/nagios-nsca/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2006/02/18 17:13:45 bouyer Exp $ +# $NetBSD: Makefile.common,v 1.2 2006/03/14 20:43:23 jlam Exp $ # NAGIOS_USER?= nagios @@ -11,7 +11,6 @@ NAGIOSADM_GROUP?= ${NAGIOSADM_USER} USE_X11= YES GNU_CONFIGURE= YES USE_TOOLS+= gmake -USE_PKGINSTALL= YES PKG_SYSCONFSUBDIR= nagios diff --git a/net/vpnc/Makefile b/net/vpnc/Makefile index fd5c7fde1a9..d4bd3bde306 100644 --- a/net/vpnc/Makefile +++ b/net/vpnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:32 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/03/14 20:43:23 jlam Exp $ # DISTNAME= vpnc-0.3.3 @@ -16,7 +16,6 @@ USE_TOOLS+= gmake BUILD_TARGET= vpnc INSTALLATION_DIRS= bin man/man8 -USE_PKGINSTALL= yes EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES+= ${EGDIR}/vpnc.conf ${PKG_SYSCONFDIR}/vpnc.conf CONF_FILES+= ${EGDIR}/vpnc-script ${PKG_SYSCONFDIR}/vpnc-script |