diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 22:10:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 22:10:07 +0000 |
commit | 458634284fd69fe11a3046d3042259814fc6af63 (patch) | |
tree | 74746fb76203f9d400410f98d6a44664ba2fc428 /emulators/m2000/Makefile | |
parent | d167adc2d57dadaef54e12e1ba9956f6f08b4175 (diff) |
Remove NOPORTDOCS, and convert some stuff to OPTIONS helpers.
Notes
Notes:
svn path=/head/; revision=360470
Diffstat (limited to 'emulators/m2000/Makefile')
-rw-r--r-- | emulators/m2000/Makefile | 4 |
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} |