diff options
author | steve <steve@FreeBSD.org> | 1999-03-31 23:13:53 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-03-31 23:13:53 +0800 |
commit | 6eb18f9c5b235107b2c5d349aa4118a636d98f3b (patch) | |
tree | 35d654bfd9f650a0d46c5fcc4d08b8edb9d6e957 /textproc/grap/Makefile | |
parent | 96c5430bd51687f0fb8bb42cadd3b1fa091cfc3d (diff) | |
download | freebsd-ports-gnome-6eb18f9c5b235107b2c5d349aa4118a636d98f3b.tar.gz freebsd-ports-gnome-6eb18f9c5b235107b2c5d349aa4118a636d98f3b.tar.zst freebsd-ports-gnome-6eb18f9c5b235107b2c5d349aa4118a636d98f3b.zip |
Update to version 0.91a.
PR: 10865
Submitted by: maintainer
Diffstat (limited to 'textproc/grap/Makefile')
-rw-r--r-- | textproc/grap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile index a0dbd077e307..58ed45c2636a 100644 --- a/textproc/grap/Makefile +++ b/textproc/grap/Makefile @@ -3,15 +3,17 @@ # Date created: 14 Jan 1999 # Whom: faber@lunabase.org # -# $Id: Makefile,v 1.1.1.1 1999/01/18 05:03:22 steve Exp $ +# $Id: Makefile,v 1.2 1999/03/08 21:00:46 steve Exp $ # -DISTNAME= grap-0.9a +DISTNAME= grap-0.91a CATEGORIES= textproc graphics MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ MAINTAINER= faber@lunabase.org +GNU_CONFIGURE=yes + MAN1= grap.1 .include <bsd.port.mk> |