svn commit: r534067 - head/emulators/simh-hpdoc

Kurt Jaeger pi at FreeBSD.org
Tue May 5 11:07:40 UTC 2020


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>


More information about the svn-ports-head mailing list