diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-05-30 03:30:11 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-05-30 03:30:11 +0000 |
commit | e107a6c2ce07cecd1f6f9906347c4db495fbb732 (patch) | |
tree | cbed1ff8c76b60d275208f91c0f6143f2fb2e59f /net | |
parent | 6335722ac12890764b8c5e45d737bd27d77b749e (diff) | |
download | ports-e107a6c2ce07cecd1f6f9906347c4db495fbb732.tar.gz ports-e107a6c2ce07cecd1f6f9906347c4db495fbb732.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/py-bittorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-bittorrent/Makefile b/net/py-bittorrent/Makefile index ecbe998c7614..db8ec9c4a8b9 100644 --- a/net/py-bittorrent/Makefile +++ b/net/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 |