diff options
-rw-r--r-- | net/dante/Makefile | 4 | ||||
-rw-r--r-- | net/dante/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index c9d3b838ef6..1ca96373c9f 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/07/12 14:47:03 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/12 15:13:08 wiz Exp $ # DISTNAME= dante-1.1.13 @@ -14,7 +14,7 @@ CONFLICTS= socks4-[0-9]* GNU_CONFIGURE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --with-socks-conf=${PREFIX}/etc/socks.conf CONFIGURE_ARGS+= --with-sockd-conf=${PREFIX}/etc/sockd.conf diff --git a/net/dante/PLIST b/net/dante/PLIST index 9c8e80e3b6d..ed320448f6e 100644 --- a/net/dante/PLIST +++ b/net/dante/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2002/07/12 14:47:03 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/12 15:13:08 wiz Exp $ bin/socksify include/dante/socks.h +lib/libdsocks.a lib/libdsocks.la lib/libdsocks.so lib/libdsocks.so.1 |