diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 18:09:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 18:09:21 +0000 |
commit | 19007b0c941d2eae411bbfffd734a4dd1ed5d95a (patch) | |
tree | b37c5dc69b30a1562c76b7bc4df41a00a65eb965 /dns/dnsproxy | |
parent | dac273fd32f2636f58a236a7f936e2562ed0e373 (diff) | |
download | freebsd-ports-19007b0c941d2eae411bbfffd734a4dd1ed5d95a.zip |
Cleanup plist
Diffstat (limited to 'dns/dnsproxy')
-rw-r--r-- | dns/dnsproxy/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index d1d320c224a0..61388a6f47bc 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -20,7 +20,6 @@ PLIST_FILES= sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample \ man/man1/dnsproxy.1.gz SUB_FILES= pkg-message -PLIST_DIRS= %%ETCDIR%% do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${STAGEDIR}${PREFIX}/sbin |