summaryrefslogtreecommitdiff
path: root/dns/dnsproxy/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-06 22:19:27 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-06 22:19:27 +0000
commit5e8dae46dbae25f4470c39b589f91b047efc10a3 (patch)
tree2ede4cbf06d4883cdc65fa1b3a6d7d6fcafbcf87 /dns/dnsproxy/Makefile
parentSupport staging; cleanup !NOPORTDOCS -> PORT_OPTIONS:MDOCS (diff)
Remove verbose flag from install command of three unmaintained ports
It appears that the -v option (verbose) is handled slightly differently on DragonFly. FreeBSD appears to be intolerant of where it appears in the command line while the DragonFly version of "install" insists that it appear in the early group of options. In any case, these three ports may be the only ones in the entire ports collection to use -v switch with ${INSTALL_DATA}, so for the sake of compatibility and consistency, it is being removed from these unmaintained ports which also local patches to be removed from DPorts.
Notes
Notes: svn path=/head/; revision=329634
Diffstat (limited to 'dns/dnsproxy/Makefile')
-rw-r--r--dns/dnsproxy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile
index a7d3c6d5976c..d2826c2c428c 100644
--- a/dns/dnsproxy/Makefile
+++ b/dns/dnsproxy/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= dns
MASTER_SITES= http://www.wolfermann.org/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A proxy for DNS queries
+COMMENT= proxy for DNS queries
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.so:${PORTSDIR}/devel/libevent
@@ -28,7 +28,7 @@ do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${PREFIX}/sbin
@${INSTALL_MAN} ${WRKSRC}/dnsproxy.1 ${MAN1PREFIX}/man/man1
@${MKDIR} ${ETCDIR}
- @${INSTALL_DATA} -v ${WRKSRC}/dnsproxy.conf ${ETCDIR}/dnsproxy.conf.sample
+ @${INSTALL_DATA} ${WRKSRC}/dnsproxy.conf ${ETCDIR}/dnsproxy.conf.sample
post-install:
${CAT} ${PKGMESSAGE}