Date: Tue, 5 May 2020 11:07:40 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534067 - head/emulators/simh-hpdoc Message-ID: <202005051107.045B7e6T009451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue May 5 11:07:40 2020 New Revision: 534067 URL: https://svnweb.freebsd.org/changeset/ports/534067 Log: emulators/simh-hpdoc: cleanup makefile PR: 244395 Submitted by: mat Modified: head/emulators/simh-hpdoc/Makefile Modified: head/emulators/simh-hpdoc/Makefile ============================================================================== --- head/emulators/simh-hpdoc/Makefile Tue May 5 11:04:52 2020 (r534066) +++ head/emulators/simh-hpdoc/Makefile Tue May 5 11:07:40 2020 (r534067) @@ -27,6 +27,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005051107.045B7e6T009451>