aboutsummaryrefslogtreecommitdiff
path: root/emulators/simh-hpdoc/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-05-05 11:07:40 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-05-05 11:07:40 +0000
commit8b16a14249c7202c28e66433f5aa78a59f3f3fe2 (patch)
tree34172428f8ef6b6871c2fab87c04592a7caff356 /emulators/simh-hpdoc/Makefile
parent1b61dadb7e9179e13c441f0dba94b88d850e2a7d (diff)
downloadports-8b16a14249c7202c28e66433f5aa78a59f3f3fe2.tar.gz
ports-8b16a14249c7202c28e66433f5aa78a59f3f3fe2.zip
emulators/simh-hpdoc: cleanup makefile
PR: 244395 Submitted by: mat
Notes
Notes: svn path=/head/; revision=534067
Diffstat (limited to 'emulators/simh-hpdoc/Makefile')
-rw-r--r--emulators/simh-hpdoc/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/simh-hpdoc/Makefile b/emulators/simh-hpdoc/Makefile
index 779ffd48a9f6..be33a644e0c2 100644
--- a/emulators/simh-hpdoc/Makefile
+++ b/emulators/simh-hpdoc/Makefile
@@ -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>