summaryrefslogtreecommitdiff
path: root/net/miniupnpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/miniupnpd/Makefile')
-rw-r--r--net/miniupnpd/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile
index a63ca841184..506b9869458 100644
--- a/net/miniupnpd/Makefile
+++ b/net/miniupnpd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2014/02/10 11:45:52 adam Exp $
+# $NetBSD: Makefile,v 1.12 2014/07/10 13:44:22 adam Exp $
-DISTNAME= miniupnpd-1.8.20140203
+DISTNAME= miniupnpd-1.8.20140523
CATEGORIES= net
MASTER_SITES= http://miniupnp.free.fr/files/download.php?file=
@@ -22,4 +22,10 @@ INSTALL_MAKE_FLAGS+= INSTALLMANDIR=${PREFIX}/${PKGMANDIR}/man1
RCD_SCRIPTS= miniupnpd
+SUBST_CLASSES+= fwname
+SUBST_STAGE.fwname= pre-configure
+SUBST_MESSAGE.fwname= Setting desired firewall type.
+SUBST_FILES.fwname= genconfig.sh
+SUBST_VARS.fwname= FWNAME
+
.include "../../mk/bsd.pkg.mk"