summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-05-30 03:30:11 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-05-30 03:30:11 +0000
commite107a6c2ce07cecd1f6f9906347c4db495fbb732 (patch)
treecbed1ff8c76b60d275208f91c0f6143f2fb2e59f /net-p2p/py-bittorrent/Makefile
parentUpdate to 4.0.2 (diff)
Uphold NOPORTDOCS: do not define PORTDOCS
Notes
Notes: svn path=/head/; revision=136406
Diffstat (limited to 'net-p2p/py-bittorrent/Makefile')
-rw-r--r--net-p2p/py-bittorrent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile
index ecbe998c7614..db8ec9c4a8b9 100644
--- a/net-p2p/py-bittorrent/Makefile
+++ b/net-p2p/py-bittorrent/Makefile
@@ -23,11 +23,11 @@ USE_REINPLACE= yes
CONFLICTS= py??-*[Bb]it[Tt]orrent* py??-*[Bb]it[Tt]ornado* btqueue*
+.ifndef(NOPORTDOCS)
PORTDOCS= LICENSE.txt \
redirdonate.html \
README.txt credits.txt
-
-.ifdef(NOPORTDOCS)
+.else
EXTRA_PATCHES+= ${FILESDIR}/extra-noportdocs-setup.py
.endif