diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
commit | 4ab0594f63e38be08f045ae986deea85d9f8e781 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /net-im | |
parent | 144134eb9b1691db727f497d0fe3e24da49605ee (diff) | |
download | freebsd-ports-graphics-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.gz freebsd-ports-graphics-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.zst freebsd-ports-graphics-4ab0594f63e38be08f045ae986deea85d9f8e781.zip |
Fix NO_STAGE attribution
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-msnp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/py-msnp/Makefile b/net-im/py-msnp/Makefile index 28357011c52..a19d6508d74 100644 --- a/net-im/py-msnp/Makefile +++ b/net-im/py-msnp/Makefile @@ -18,9 +18,9 @@ EXPIRATION_DATE=2013-10-31 USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= msnp.py +NO_STAGE= yes .if !defined(NOPORTDOCS) -NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tutorial.html ${DOCSDIR} |