diff options
author | Andrej Zverev <az@FreeBSD.org> | 2007-12-13 13:34:47 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2007-12-13 13:34:47 +0000 |
commit | 335e4e3d2be07672427a70c9741e7065d8364371 (patch) | |
tree | 66feacb3a1dce1a5121a5022caca0512cad9149a /dns | |
parent | 35309310bec3b6f2d12c1df4ef03d61768e04871 (diff) | |
download | ports-335e4e3d2be07672427a70c9741e7065d8364371.tar.gz ports-335e4e3d2be07672427a70c9741e7065d8364371.zip |
- Fix plist (%%ETCDIR%% removal)
Submitted by: pav@
Notes
Notes:
svn path=/head/; revision=203472
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsproxy/Makefile | 3 |
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> |