summaryrefslogtreecommitdiff
path: root/emulators
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
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')
-rw-r--r--emulators/sim/Makefile7
-rw-r--r--emulators/sim/pkg-plist2
-rw-r--r--emulators/simh/Makefile7
-rw-r--r--emulators/simh/pkg-plist2
4 files changed, 10 insertions, 8 deletions
diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile
index 493f297490bd..e7c8e79be347 100644
--- a/emulators/sim/Makefile
+++ b/emulators/sim/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>
diff --git a/emulators/sim/pkg-plist b/emulators/sim/pkg-plist
index 64d0b7cc081c..a8bbf064f9f5 100644
--- a/emulators/sim/pkg-plist
+++ b/emulators/sim/pkg-plist
@@ -7,4 +7,4 @@ bin/pdp8
bin/pdp9
bin/pdp11
bin/pdp15
-share/sim/simh_doc.txt
+share/doc/sim/simh_doc.txt
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>
diff --git a/emulators/simh/pkg-plist b/emulators/simh/pkg-plist
index 64d0b7cc081c..a8bbf064f9f5 100644
--- a/emulators/simh/pkg-plist
+++ b/emulators/simh/pkg-plist
@@ -7,4 +7,4 @@ bin/pdp8
bin/pdp9
bin/pdp11
bin/pdp15
-share/sim/simh_doc.txt
+share/doc/sim/simh_doc.txt