aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabber-pyicq
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 /net-im/jabber-pyicq
parentc30feda81acccaee294d2a1a8d99024abc8e5f50 (diff)
downloadports-5e8dae46dbae25f4470c39b589f91b047efc10a3.tar.gz
ports-5e8dae46dbae25f4470c39b589f91b047efc10a3.zip
Notes
Diffstat (limited to 'net-im/jabber-pyicq')
-rw-r--r--net-im/jabber-pyicq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabber-pyicq/Makefile b/net-im/jabber-pyicq/Makefile
index 5fced97e6428..2c0b621d2c8b 100644
--- a/net-im/jabber-pyicq/Makefile
+++ b/net-im/jabber-pyicq/Makefile
@@ -113,9 +113,9 @@ do-install:
@${MKDIR} ${DOCSDIR}
. for portdoc in ${PORTDOCS}
@if [ -f ${WRKDIR}/${portdoc} ]; then \
- ${INSTALL_DATA} -v ${WRKDIR}/${portdoc} ${DOCSDIR}/; \
+ ${INSTALL_DATA} ${WRKDIR}/${portdoc} ${DOCSDIR}/; \
else \
- ${INSTALL_DATA} -v ${WRKSRC}/${portdoc} ${DOCSDIR}/; \
+ ${INSTALL_DATA} ${WRKSRC}/${portdoc} ${DOCSDIR}/; \
fi
. endfor
.endif