aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-07-12 17:00:11 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-07-12 17:00:11 +0800
commit08655d593dacb5d3205a57764cd2d660c181ee0b (patch)
tree262ae4d35887d34f52ab8ddaecf26c9794bb644d
parent4639a64c010f5d26c40dfb9084603ca9a5cc2e9b (diff)
downloadfreebsd-ports-gnome-08655d593dacb5d3205a57764cd2d660c181ee0b.tar.gz
freebsd-ports-gnome-08655d593dacb5d3205a57764cd2d660c181ee0b.tar.zst
freebsd-ports-gnome-08655d593dacb5d3205a57764cd2d660c181ee0b.zip
- Switch to options helpers
-rw-r--r--lang/mixal/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/mixal/Makefile b/lang/mixal/Makefile
index df49cf2bafb4..7669b3c5deca 100644
--- a/lang/mixal/Makefile
+++ b/lang/mixal/Makefile
@@ -18,6 +18,8 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mixal ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mixal.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in MIX.DOC NOTES README opcodes *.mix
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}