diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-25 13:46:07 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-25 13:46:07 +0000 |
commit | 18f9a0a8c455b361bb82f4706f014c6b1320ac83 (patch) | |
tree | a5208ea7b9b5d77025da76cefde995ce0f0825ba /net/miniupnpd/Makefile | |
parent | bc913da4f6a8ba601dc42e5563911fad28c944ed (diff) | |
download | ports-18f9a0a8c455b361bb82f4706f014c6b1320ac83.tar.gz ports-18f9a0a8c455b361bb82f4706f014c6b1320ac83.zip |
Notes
Diffstat (limited to 'net/miniupnpd/Makefile')
-rw-r--r-- | net/miniupnpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 6ab031cc4bb5..7f87d610d921 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= miniupnpd -PORTVERSION= 1.4.20100921 +PORTVERSION= 1.5 CATEGORIES= net MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ http://miniupnp.free.fr/files/ @@ -29,7 +29,7 @@ OPTIONS= PF_ENABLE_FILTER_RULES "Enable pf generation of filter rules" off \ .include <bsd.port.options.mk> .if defined(WITH_PF_ENABLE_FILTER_RULES) -EXTRA_PATCHES= ${PATCHDIR}/pf_enable_filter_rules.patch +EXTRA_PATCHES= ${PATCHDIR}/pf_enable_filter_rules.patch .endif do-install: |