diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 21:44:04 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 21:44:04 +0000 |
commit | 3631e2333a8700d4f00d6caa681ba17d7687babf (patch) | |
tree | 745f97af838071739e1b6070acbf4862962b5405 /net/sippy_b2bua | |
parent | d88572b38372acbe93dad72b0058c23d88f85dca (diff) | |
download | ports-3631e2333a8700d4f00d6caa681ba17d7687babf.tar.gz ports-3631e2333a8700d4f00d6caa681ba17d7687babf.zip |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes:
svn path=/head/; revision=360664
Diffstat (limited to 'net/sippy_b2bua')
-rw-r--r-- | net/sippy_b2bua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sippy_b2bua/Makefile b/net/sippy_b2bua/Makefile index 895d60ca0548..cdfe16945aad 100644 --- a/net/sippy_b2bua/Makefile +++ b/net/sippy_b2bua/Makefile @@ -19,10 +19,10 @@ DOCSDIR= ${PREFIX}/share/doc/${PYDISTUTILS_PKGNAME} DOCS= COPYING README -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |