summaryrefslogtreecommitdiff
path: root/dns/dnsproxy/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2007-12-13 13:34:47 +0000
committerAndrej Zverev <az@FreeBSD.org>2007-12-13 13:34:47 +0000
commit335e4e3d2be07672427a70c9741e7065d8364371 (patch)
tree66feacb3a1dce1a5121a5022caca0512cad9149a /dns/dnsproxy/Makefile
parent- Chase libpurple shlib bump (diff)
- Fix plist (%%ETCDIR%% removal)
Submitted by: pav@
Notes
Notes: svn path=/head/; revision=203472
Diffstat (limited to 'dns/dnsproxy/Makefile')
-rw-r--r--dns/dnsproxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile
index da116256b8a1..494e43d1e5ea 100644
--- a/dns/dnsproxy/Makefile
+++ b/dns/dnsproxy/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dnsproxy
PORTVERSION= 1.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= http://www.wolfermann.org/
@@ -22,6 +22,7 @@ USE_RC_SUBR= dnsproxy
MAN1= dnsproxy.1
PLIST_FILES= sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample
SUB_FILES= pkg-message
+PLIST_DIRS= %%ETCDIR%%
.include <bsd.port.pre.mk>