aboutsummaryrefslogtreecommitdiff
path: root/emulators/m2000
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 22:10:07 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 22:10:07 +0000
commit458634284fd69fe11a3046d3042259814fc6af63 (patch)
tree74746fb76203f9d400410f98d6a44664ba2fc428 /emulators/m2000
parentd167adc2d57dadaef54e12e1ba9956f6f08b4175 (diff)
downloadports-458634284fd69fe11a3046d3042259814fc6af63.tar.gz
ports-458634284fd69fe11a3046d3042259814fc6af63.zip
Notes
Diffstat (limited to 'emulators/m2000')
-rw-r--r--emulators/m2000/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/m2000/Makefile b/emulators/m2000/Makefile
index 06cc9c3fa491..8f61de2f91f4 100644
--- a/emulators/m2000/Makefile
+++ b/emulators/m2000/Makefile
@@ -46,6 +46,8 @@ USE_XORG= x11 xi
SUB_FILES= m2000.sh
PORTDOCS= M2000.txt
+OPTIONS_DEFINE= DOCS
+
post-extract:
${MKDIR} ${WRKDIR}/tapeconv
${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/tapeconv.zip -d ${WRKDIR}/tapeconv
@@ -62,10 +64,8 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/P2000ROM.bin ${STAGEDIR}${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/Default.fnt ${STAGEDIR}${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/BASIC.bin ${STAGEDIR}${DATADIR}
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/M2000.txt ${STAGEDIR}${DOCSDIR}
-.endif
.for f in ${M2000TAPES}
@${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${f}.gz > ${WRKDIR}/${f}
@${INSTALL_DATA} ${WRKDIR}/${f} ${STAGEDIR}${DATADIR}