diff options
author | asami <asami@FreeBSD.org> | 1997-11-10 17:18:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-10 17:18:00 +0800 |
commit | ae4e9ee0179b6fd3da6ec917ca57f7af2832cfd0 (patch) | |
tree | aba0b4c0fd9570ea54f00e86b06ea487ecb91311 | |
parent | aaedfd8575aaa501e924bf7207f1d0b1148dfb5c (diff) | |
download | freebsd-ports-gnome-ae4e9ee0179b6fd3da6ec917ca57f7af2832cfd0.tar.gz freebsd-ports-gnome-ae4e9ee0179b6fd3da6ec917ca57f7af2832cfd0.tar.zst freebsd-ports-gnome-ae4e9ee0179b6fd3da6ec917ca57f7af2832cfd0.zip |
(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.
-rw-r--r-- | emulators/sim/Makefile | 7 | ||||
-rw-r--r-- | emulators/sim/pkg-plist | 2 | ||||
-rw-r--r-- | emulators/simh/Makefile | 7 | ||||
-rw-r--r-- | emulators/simh/pkg-plist | 2 |
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 |