diff options
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 4 | ||||
-rw-r--r-- | net/py-bittorrent/Makefile | 4 |
2 files changed, 4 insertions, 4 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 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 |