aboutsummaryrefslogtreecommitdiff
path: root/devel/libshhmsg
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-17 21:26:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-17 21:26:54 +0000
commitbd16747241cd7b2880c201fa5f105b8f70ffb275 (patch)
tree831525a6ad2924c235d56954049452a21f0789fc /devel/libshhmsg
parent9d3fdde10f98c059dccf2cb2e717938e7948cc24 (diff)
downloadports-bd16747241cd7b2880c201fa5f105b8f70ffb275.tar.gz
ports-bd16747241cd7b2880c201fa5f105b8f70ffb275.zip
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=401823
Diffstat (limited to 'devel/libshhmsg')
-rw-r--r--devel/libshhmsg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libshhmsg/Makefile b/devel/libshhmsg/Makefile
index de9c0d2244b1..1e23c6a195f6 100644
--- a/devel/libshhmsg/Makefile
+++ b/devel/libshhmsg/Makefile
@@ -19,7 +19,7 @@ MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in CREDITS README shhmsg.txt
(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})