diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /emulators/cpmtools | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
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 |