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 /editors/jove/Makefile | |
parent | Add $Id$. (diff) |
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/Makefile')
-rw-r--r-- | editors/jove/Makefile | 3 |
1 files changed, 2 insertions, 1 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> |