aboutsummaryrefslogtreecommitdiff
path: root/lang/opendylan
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 19:37:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 19:37:57 +0000
commit242481663d765115bbed1b98f75cfc963c25882b (patch)
tree0e863bf0019a9552bfcdc1412ee1f003904494ec /lang/opendylan
parentba45652f7362f2061a0029e82b7e4492ec08ba74 (diff)
downloadports-242481663d765115bbed1b98f75cfc963c25882b.tar.gz
ports-242481663d765115bbed1b98f75cfc963c25882b.zip
- Switch to options helpers
- While here, add some NO_ARCHes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395395
Diffstat (limited to 'lang/opendylan')
-rw-r--r--lang/opendylan/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/opendylan/Makefile b/lang/opendylan/Makefile
index f0b5582079e0..7f9344dce0b9 100644
--- a/lang/opendylan/Makefile
+++ b/lang/opendylan/Makefile
@@ -14,7 +14,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License.txt
IA32_BINARY_PORT= yes
-USES= tar:bzip2
+USES= tar:bzip2
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
DATADIR= ${PREFIX}/lib/${PORTNAME}
@@ -22,8 +22,6 @@ WRAPPERS= dylan-compiler make-dylan-app dswank parser-compiler
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
do-build:
.for f in ${WRAPPERS}
@(${ECHO_CMD} "#!${SH}"; \
@@ -39,9 +37,9 @@ do-install:
.for f in ${WRAPPERS}
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
-.if ${PORT_OPTIONS:MDOCS}
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>