diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-05 11:17:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-05 11:17:10 +0000 |
commit | 7221c5e698a85c95f597b6eb77bc992af72f59e5 (patch) | |
tree | 0376c3e6dc6e2c84e788f7b7470da2a462f95a78 /net | |
parent | 71b0ab56cbd06b2a25bb729c82f650ad03b6bcc2 (diff) | |
download | pkgsrc-7221c5e698a85c95f597b6eb77bc992af72f59e5.tar.gz |
bl3ify
Diffstat (limited to 'net')
-rw-r--r-- | net/socks4/Makefile | 8 | ||||
-rw-r--r-- | net/socks5/Makefile | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net/socks4/Makefile b/net/socks4/Makefile index 60deec48006..eae1644797d 100644 --- a/net/socks4/Makefile +++ b/net/socks4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 22:51:52 grant Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/05 11:20:17 jlam Exp $ # DISTNAME= export.socks.cstc.4.2.2 @@ -18,13 +18,17 @@ RESTRICTED= "no commercial use" NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -USE_BUILDLINK2= # defined +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes USE_PKGINSTALL= yes MAKE_ENV+= OPTIMIZE="${CFLAGS}" EGDIR= ${PREFIX}/share/examples/socks4 CONF_FILES= ${EGDIR}/socks.conf ${PKG_SYSCONFDIR}/socks.conf +INSTALLATION_DIRS= bin lib libexec man/man1 man/man5 man/man8 + post-patch: @cd ${WRKSRC}; \ ${SED} -e "s|@PREFIX@|${PREFIX}|g" \ diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 05c563ee97a..604dbdaf9a1 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2003/12/19 12:25:02 agc Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/05 11:20:18 jlam Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp # @@ -28,7 +28,9 @@ NO_BIN_ON_CDROM= ${RESTRICTED} # --with-syslog-facility=LOG_AUTH \ # --with-passwd -USE_BUILDLINK2= yes +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ |