diff options
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> |