diff options
author | lioux <lioux@FreeBSD.org> | 2005-05-30 11:30:11 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-05-30 11:30:11 +0800 |
commit | 53d849dcf179aa352a4a899c21959a7deffa17f5 (patch) | |
tree | 060bfbad3be2f637c84a8990f70bbd9652af77a4 /net-p2p | |
parent | 52361aa6410fb6552a0708e9407159a70c2f3c27 (diff) | |
download | freebsd-ports-gnome-53d849dcf179aa352a4a899c21959a7deffa17f5.tar.gz freebsd-ports-gnome-53d849dcf179aa352a4a899c21959a7deffa17f5.tar.zst freebsd-ports-gnome-53d849dcf179aa352a4a899c21959a7deffa17f5.zip |
Uphold NOPORTDOCS: do not define PORTDOCS
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 4 |
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 |