diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-31 21:46:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-31 21:46:00 +0000 |
commit | 1d0fff7dfd7efd685c2e7e35134ec969202a71fa (patch) | |
tree | 2c8e850672d8856b8f26566fbe558a103cdca9e9 /emulators/e-uae/Makefile | |
parent | 5f6f80c8d4c2db5bbb286e981558f67a272c1d80 (diff) |
Notes
Diffstat (limited to 'emulators/e-uae/Makefile')
-rw-r--r-- | emulators/e-uae/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile index e0cbcf253e77..7e13a555498d 100644 --- a/emulators/e-uae/Makefile +++ b/emulators/e-uae/Makefile @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced version of UAE, the Amiga emulator LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= uae-[0-9]* @@ -38,6 +39,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/uae ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/readdisk ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog README docs/bsdsocket.txt \ docs/cmd-line.txt docs/compiling.txt docs/configuration.txt \ |