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 /editors/jove | |
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 'editors/jove')
-rw-r--r-- | editors/jove/Makefile | 3 | ||||
-rw-r--r-- | editors/jove/pkg-plist | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 22d9f23f9967..152ed270f6f8 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.13 1996/09/25 12:58:53 erich Exp $ +# $Id: Makefile,v 1.14 1996/11/11 05:07:11 obrien Exp $ # DISTNAME= jove-4.16 @@ -13,5 +13,6 @@ MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/ MAINTAINER= erich@FreeBSD.ORG WRKSRC= ${WRKDIR}/jove +MAN1= jove.1 teachjove.1 xjove.1 jovetool.1 .include <bsd.port.mk> diff --git a/editors/jove/pkg-plist b/editors/jove/pkg-plist index bf6ce2df2097..b9e4839010e6 100644 --- a/editors/jove/pkg-plist +++ b/editors/jove/pkg-plist @@ -2,10 +2,10 @@ bin/jove bin/teachjove libexec/jove/portsrv libexec/jove/recover -man/man1/jove.1 -man/man1/teachjove.1 -man/man1/xjove.1 -man/man1/jovetool.1 +man/man1/jove.1.gz +man/man1/teachjove.1.gz +man/man1/xjove.1.gz +man/man1/jovetool.1.gz share/jove/teach-jove share/jove/cmds.doc share/jove/jove.rc.sun |