diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-10-08 12:01:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-10-08 12:01:27 +0800 |
commit | 45d9dbace27cefd0c0cd076c8396746786c1d416 (patch) | |
tree | 5860b3977dd034c0dbdfae9455c38ee370411131 /emulators/frodo | |
parent | 693a0c1f677d85221b89568943c838e7e35509df (diff) | |
download | freebsd-ports-gnome-45d9dbace27cefd0c0cd076c8396746786c1d416.tar.gz freebsd-ports-gnome-45d9dbace27cefd0c0cd076c8396746786c1d416.tar.zst freebsd-ports-gnome-45d9dbace27cefd0c0cd076c8396746786c1d416.zip |
- cleanup
Diffstat (limited to 'emulators/frodo')
-rw-r--r-- | emulators/frodo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 13cab7114653..414bd1ad456b 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -52,12 +52,10 @@ do-install: ${TAR} -C ${INSTALL_WRKSRC}/64prgs -cf - . | \ ${TAR} -C ${STAGEDIR}${PREFIX}/libexec/frodo/64prgs -xf - -.if ${PORT_OPTIONS:MDOCS} -post-install: +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${INSTALL_WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR}/ ${TAR} -C ${INSTALL_WRKSRC}/Docs -cf - . | \ ${TAR} -C ${STAGEDIR}${DOCSDIR} -xf - -.endif .include <bsd.port.mk> |