From 3ab44d31ef51a576e8839834cc904549a2b2ba19 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 10 Nov 1997 09:18:00 +0000 Subject: (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. --- emulators/sim/Makefile | 7 ++++--- emulators/sim/pkg-plist | 2 +- emulators/simh/Makefile | 7 ++++--- emulators/simh/pkg-plist | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) (limited to 'emulators') 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 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 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 -- cgit v1.2.3