diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-10-08 04:01:27 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-10-08 04:01:27 +0000 |
commit | 45d9dbace27cefd0c0cd076c8396746786c1d416 (patch) | |
tree | 5860b3977dd034c0dbdfae9455c38ee370411131 | |
parent | 693a0c1f677d85221b89568943c838e7e35509df (diff) | |
download | FreeBSD-ports-45d9dbace27cefd0c0cd076c8396746786c1d416.zip FreeBSD-ports-45d9dbace27cefd0c0cd076c8396746786c1d416.tar.gz |
- cleanup
-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 13cab71..414bd1a 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> |