summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/sim/Makefile4
-rw-r--r--emulators/simh/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile
index e7c8e79be347..d999e0ec0a43 100644
--- a/emulators/sim/Makefile
+++ b/emulators/sim/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 November 1997
# Whom: jraynard
#
-# $Id: Makefile,v 1.1.1.1 1997/11/08 20:33:00 jraynard Exp $
+# $Id: Makefile,v 1.2 1997/11/10 09:17:57 asami Exp $
#
DISTNAME= sim_2.3
@@ -31,7 +31,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKDIR}/pdp9 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKDIR}/pdp11 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKDIR}/pdp15 ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/sim && ${INSTALL_DATA} ${WRKDIR}/simh_doc.txt \
${PREFIX}/share/doc/sim
+.endif
.include <bsd.port.mk>
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index e7c8e79be347..d999e0ec0a43 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 November 1997
# Whom: jraynard
#
-# $Id: Makefile,v 1.1.1.1 1997/11/08 20:33:00 jraynard Exp $
+# $Id: Makefile,v 1.2 1997/11/10 09:17:57 asami Exp $
#
DISTNAME= sim_2.3
@@ -31,7 +31,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKDIR}/pdp9 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKDIR}/pdp11 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKDIR}/pdp15 ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/sim && ${INSTALL_DATA} ${WRKDIR}/simh_doc.txt \
${PREFIX}/share/doc/sim
+.endif
.include <bsd.port.mk>