aboutsummaryrefslogtreecommitdiffstats
path: root/lang/opendylan
diff options
context:
space:
mode:
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>