summaryrefslogtreecommitdiff
path: root/emulators/simh/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-11-10 09:18:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-11-10 09:18:00 +0000
commit3ab44d31ef51a576e8839834cc904549a2b2ba19 (patch)
tree466c51bb02cff2e56764ea30aa80ae6395b6df07 /emulators/simh/Makefile
parent(1) Add "-" between basename and version number in PKGNAME. (diff)
(1) Use "-", not "_", to delimit the basename and version numbers in
PKGNAME. Found by: portlint (2) Put document in share/doc/sim, not share/sim. share is already crowded enough as it is.
Notes
Notes: svn path=/head/; revision=8549
Diffstat (limited to 'emulators/simh/Makefile')
-rw-r--r--emulators/simh/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index 493f297490bd..e7c8e79be347 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -3,10 +3,11 @@
# Date created: 7 November 1997
# Whom: jraynard
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/11/08 20:33:00 jraynard Exp $
#
DISTNAME= sim_2.3
+PKGNAME= sim-2.3
CATEGORIES= emulators
MASTER_SITES= ftp://minnie.cs.adfa.oz.au/pub/PDP-11/Sims/Supnik_2.3/sources/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.update1.tar.gz
@@ -30,7 +31,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKDIR}/pdp9 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKDIR}/pdp11 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKDIR}/pdp15 ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/share/sim && ${INSTALL_DATA} ${WRKDIR}/simh_doc.txt \
- ${PREFIX}/share/sim
+ @${MKDIR} ${PREFIX}/share/doc/sim && ${INSTALL_DATA} ${WRKDIR}/simh_doc.txt \
+ ${PREFIX}/share/doc/sim
.include <bsd.port.mk>