diff options
author | joerg <joerg> | 2006-12-12 19:34:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-12 19:34:06 +0000 |
commit | ca15cfc37bc4d145283da401fdafac9d4041c60e (patch) | |
tree | 39af4f729dff312cf073a1f56eba495112f9c5cf | |
parent | 22c2abfc91253ff4fcc9e360e787efce987edb0c (diff) | |
download | pkgsrc-ca15cfc37bc4d145283da401fdafac9d4041c60e.tar.gz |
Skip a file we don't care about in the portability check.
-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 |