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 | |
parent | 52361aa6410fb6552a0708e9407159a70c2f3c27 (diff) | |
download | freebsd-ports-graphics-53d849dcf179aa352a4a899c21959a7deffa17f5.tar.gz freebsd-ports-graphics-53d849dcf179aa352a4a899c21959a7deffa17f5.tar.zst freebsd-ports-graphics-53d849dcf179aa352a4a899c21959a7deffa17f5.zip |
Uphold NOPORTDOCS: do not define PORTDOCS
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 ecbe998c761..db8ec9c4a8b 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 |