diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /emulators/cpmtools | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) | |
download | ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.tar.gz ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.zip |
Notes
Diffstat (limited to 'emulators/cpmtools')
-rw-r--r-- | emulators/cpmtools/Makefile | 3 | ||||
-rw-r--r-- | emulators/cpmtools/pkg-plist | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index 5acdac104092..61f54ba1fb5d 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -3,7 +3,7 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.13 1996/06/03 02:17:05 asami Exp $ +# $Id: Makefile,v 1.14 1996/11/12 02:16:41 obrien Exp $ # DISTNAME= cpm-1.1 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.org WRKSRC= ${WRKDIR}/cpm +MAN1= cpm.1 # # need our own build target to pass PREFIX down to the make command diff --git a/emulators/cpmtools/pkg-plist b/emulators/cpmtools/pkg-plist index faed0268864d..2dc44950f0dd 100644 --- a/emulators/cpmtools/pkg-plist +++ b/emulators/cpmtools/pkg-plist @@ -1,4 +1,3 @@ -@cwd /usr/local bin/cpm lib/cpm.hlp -man/man1/cpm.1 +man/man1/cpm.1.gz |