summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-07-18 09:00:30 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2016-07-18 09:00:30 +0000
commit104b3dc79aa3073fe509e2f5ee99be9a904101d7 (patch)
treecb4432b34491c14d6d2bd082385e9ef6e5158870
parentf14c157ea9c81600e34d9d3b8fb7a33c31df1b83 (diff)
downloadFreeBSD-ports-104b3dc79aa3073fe509e2f5ee99be9a904101d7.zip
FreeBSD-ports-104b3dc79aa3073fe509e2f5ee99be9a904101d7.tar.gz
- Switch to options helpers
-rw-r--r--security/libident/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile
index caaa1cc..9a41bfc 100644
--- a/security/libident/Makefile
+++ b/security/libident/Makefile
@@ -17,7 +17,7 @@ INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
OpenPOWER on IntegriCloud