aboutsummaryrefslogtreecommitdiff
path: root/emulators/frodo
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2015-10-08 04:01:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2015-10-08 04:01:27 +0000
commit885e59aee3b577853c0bef7967b056f28e7cc6f7 (patch)
tree5860b3977dd034c0dbdfae9455c38ee370411131 /emulators/frodo
parentdb50fe2ac02dc2d5d9c11798aba824e06aa3024b (diff)
downloadports-885e59aee3b577853c0bef7967b056f28e7cc6f7.tar.gz
ports-885e59aee3b577853c0bef7967b056f28e7cc6f7.zip
- cleanup
Notes
Notes: svn path=/head/; revision=398799
Diffstat (limited to 'emulators/frodo')
-rw-r--r--emulators/frodo/Makefile4
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>