diff options
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 a0dbd077e30..58ed45c2636 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> |