emulators/simh-hpdoc: cleanup makefile

PR:		244395
Submitted by:	mat
This commit is contained in:
Kurt Jaeger 2020-05-05 11:07:40 +00:00
parent 1b61dadb7e
commit 8b16a14249
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534067

View File

@ -27,6 +27,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= zip
NO_WRKSUBDIR= yes
NO_BUILD= yes
CONFLICTS_INSTALL= simh-3.[789]*
@ -37,10 +38,6 @@ APPNOTES_DESC= Install application notes
SUB_FILES= hpdoc.1
.include <bsd.port.pre.mk>
do-build: # nothing to do
do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/SCP/doc/simh_doc.pdf ${STAGEDIR}${DOCSDIR}
@ -52,4 +49,4 @@ do-install-APPNOTES-on:
${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/running_hp_2000_tsb.pdf ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/hp_1000_io_simulation.pdf ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>