summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-06-18 14:22:10 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-06-18 14:22:10 +0000
commitd2aa6f021f9259a85358fa6c8296299261a7f4bb (patch)
tree00c0c8581b3ea46d374411d5dc3d7bc2e069e171 /net-p2p
parent- Fix x11-drivers/synaptics after latest xorg-server update. (diff)
Don't install documentation when NOPORTDOCS is defined.
Reported by: itetcu
Notes
Notes: svn path=/head/; revision=215075
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bnbt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/bnbt/Makefile b/net-p2p/bnbt/Makefile
index 454b339f9de1..6a5990de3253 100644
--- a/net-p2p/bnbt/Makefile
+++ b/net-p2p/bnbt/Makefile
@@ -45,10 +45,12 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${ALL_TARGET} ${PREFIX}/bin/bnbt
${MKDIR} ${PREFIX}/etc/${PORTNAME}
+.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
.endfor
+.endif
post-install:
@${MKDIR} /var/log/${PORTNAME}