diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-06-18 14:22:10 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-06-18 14:22:10 +0000 |
commit | d2aa6f021f9259a85358fa6c8296299261a7f4bb (patch) | |
tree | 00c0c8581b3ea46d374411d5dc3d7bc2e069e171 /net-p2p/bnbt/Makefile | |
parent | f34ee8f90af0868603db02378e4b0edb91ce355a (diff) | |
download | ports-d2aa6f021f9259a85358fa6c8296299261a7f4bb.tar.gz ports-d2aa6f021f9259a85358fa6c8296299261a7f4bb.zip |
Notes
Diffstat (limited to 'net-p2p/bnbt/Makefile')
-rw-r--r-- | net-p2p/bnbt/Makefile | 2 |
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} |