diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-31 21:01:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-31 21:01:58 +0800 |
commit | 0c13c4c9bb30043ed420984e8450b56a95f7f077 (patch) | |
tree | efc785700a4745225cb720804acab6a07125e874 /emulators/adamem | |
parent | 141b35b045b591bba7a9eae176b1775a10c2f72d (diff) | |
download | freebsd-ports-gnome-0c13c4c9bb30043ed420984e8450b56a95f7f077.tar.gz freebsd-ports-gnome-0c13c4c9bb30043ed420984e8450b56a95f7f077.tar.zst freebsd-ports-gnome-0c13c4c9bb30043ed420984e8450b56a95f7f077.zip |
- Switch to options helpers
Diffstat (limited to 'emulators/adamem')
-rw-r--r-- | emulators/adamem/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/adamem/Makefile b/emulators/adamem/Makefile index d5a13fc509ef..2e850d33b1e5 100644 --- a/emulators/adamem/Makefile +++ b/emulators/adamem/Makefile @@ -30,6 +30,8 @@ do-install: .for f in adamem.snd OS7.rom WP.rom EOS.rom ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/adamem.txt ${STAGEDIR}${DOCSDIR} |