aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-11-18 05:26:54 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-11-18 05:26:54 +0800
commit26d8189d05dc3815466727037d21df73d36a36e2 (patch)
tree831525a6ad2924c235d56954049452a21f0789fc
parentd196597d7474b0b836e77179ef1ec768a60319d8 (diff)
downloadfreebsd-ports-gnome-26d8189d05dc3815466727037d21df73d36a36e2.tar.gz
freebsd-ports-gnome-26d8189d05dc3815466727037d21df73d36a36e2.tar.zst
freebsd-ports-gnome-26d8189d05dc3815466727037d21df73d36a36e2.zip
- Switch to options helpers
-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})