diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-02 21:56:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-02 21:56:39 +0000 |
commit | ef80a88ed65a1fcf114a378ebb5bf633e79ffbb2 (patch) | |
tree | f61869f7d665c3f7b33a7fcab1cdc3c316d316be /net/sippy_b2bua | |
parent | 42351df53f114b354489522a2c6c7a3960c78bc6 (diff) |
Notes
Diffstat (limited to 'net/sippy_b2bua')
-rw-r--r-- | net/sippy_b2bua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sippy_b2bua/Makefile b/net/sippy_b2bua/Makefile index 6a79925568d1..bb4b48f4111e 100644 --- a/net/sippy_b2bua/Makefile +++ b/net/sippy_b2bua/Makefile @@ -23,7 +23,7 @@ DOCS= COPYING README OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} |