diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-09 00:51:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-09 00:51:53 +0800 |
commit | e0460faa043e5488af3fde8c9fe3869acdefb75a (patch) | |
tree | 318d493e1d4ac4cd8ff156e5060f58cadaa7e3d3 /devel/adabooch | |
parent | 13d6405796b51b1babd1ad1c1db5bf138291ff71 (diff) | |
download | freebsd-ports-gnome-e0460faa043e5488af3fde8c9fe3869acdefb75a.tar.gz freebsd-ports-gnome-e0460faa043e5488af3fde8c9fe3869acdefb75a.tar.zst freebsd-ports-gnome-e0460faa043e5488af3fde8c9fe3869acdefb75a.zip |
- Switch to options helpers
Approved by: portmgr blanket
Diffstat (limited to 'devel/adabooch')
-rw-r--r-- | devel/adabooch/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/adabooch/Makefile b/devel/adabooch/Makefile index f90fe0c9a8b9..a147db650676 100644 --- a/devel/adabooch/Makefile +++ b/devel/adabooch/Makefile @@ -24,13 +24,9 @@ ALL_TARGET= libs # In other words, adabooch demos requires a separate port to do correctly OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}/ ${RM} ${STAGEDIR}${DOCSDIR}/Makefile -.endif .include <bsd.port.mk> |