diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-11 02:38:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-11 02:38:41 +0800 |
commit | 431a5feb520a7619fc85ee83f5c3e705a729614e (patch) | |
tree | e7e1c9b70e10e20ad4a0ef46100d456adc954df2 /security | |
parent | b00cbe66353a654329265dafd24f502e8d68fdaf (diff) | |
download | freebsd-ports-gnome-431a5feb520a7619fc85ee83f5c3e705a729614e.tar.gz freebsd-ports-gnome-431a5feb520a7619fc85ee83f5c3e705a729614e.tar.zst freebsd-ports-gnome-431a5feb520a7619fc85ee83f5c3e705a729614e.zip |
Convert to options target helper
Diffstat (limited to 'security')
-rw-r--r-- | security/libsodium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libsodium/Makefile b/security/libsodium/Makefile index a3c43904c0ac..5d8c42d41cfa 100644 --- a/security/libsodium/Makefile +++ b/security/libsodium/Makefile @@ -21,7 +21,7 @@ INSTALL_TARGET?= install-strip OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR}/ |