diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 09:18:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 09:18:00 +0000 |
commit | 3ab44d31ef51a576e8839834cc904549a2b2ba19 (patch) | |
tree | 466c51bb02cff2e56764ea30aa80ae6395b6df07 /emulators/sim | |
parent | b2f34e82db571f9cff21681bfb779d21e490ae8a (diff) | |
download | ports-3ab44d31ef51a576e8839834cc904549a2b2ba19.tar.gz ports-3ab44d31ef51a576e8839834cc904549a2b2ba19.zip |
Notes
Diffstat (limited to 'emulators/sim')
-rw-r--r-- | emulators/sim/Makefile | 7 | ||||
-rw-r--r-- | emulators/sim/pkg-plist | 2 |
2 files changed, 5 insertions, 4 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 |