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 | f0cb61d1347f654255ef8b05d4afa02530c1a2ea (patch) | |
tree | 9c9ea5066b7ca8b899de7c2a8f0435bf1d37ee6b /net/vpnc | |
parent | ce7087c843f1caed365ac16d93cac40b0800e944 (diff) | |
download | pkgsrc-f0cb61d1347f654255ef8b05d4afa02530c1a2ea.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/vpnc')
-rw-r--r-- | net/vpnc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |