diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-31 21:01:58 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-31 21:01:58 +0800 |
commit | dc902ed4b8c835888138a2d1b4bcdb0915f3a726 (patch) | |
tree | efc785700a4745225cb720804acab6a07125e874 /emulators | |
parent | eb9e732d83333c76b092a74731d84cd646ad2834 (diff) | |
download | freebsd-ports-gnome-dc902ed4b8c835888138a2d1b4bcdb0915f3a726.tar.gz freebsd-ports-gnome-dc902ed4b8c835888138a2d1b4bcdb0915f3a726.tar.zst freebsd-ports-gnome-dc902ed4b8c835888138a2d1b4bcdb0915f3a726.zip |
- Switch to options helpers
Diffstat (limited to 'emulators')
-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} |