diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/dante/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index e1ff5cda7ad..e586158a443 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/05/26 08:50:13 adam Exp $ +# $NetBSD: Makefile,v 1.19 2006/12/12 19:34:06 joerg Exp $ DISTNAME= dante-1.1.19 CATEGORIES= net security @@ -15,6 +15,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-socks-conf=${PKG_SYSCONFDIR}/socks.conf CONFIGURE_ARGS+= --with-sockd-conf=${PKG_SYSCONFDIR}/sockd.conf +CHECK_PORTABILITY_SKIP= contrib/StartupItems.Dante + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dante .for cfg in sockd.conf socks-simple.conf socks.conf |