From 109f11d37b159f1fdf6f84e03cf24457cda978e7 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 17 Nov 1996 08:45:20 +0000 Subject: CATEGORIES+= -> CATEGORIES= Converted to MAN[1-9] --- print/ghostview/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'print/ghostview/Makefile') diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index 7ce26514d39c..872b83864a6e 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -3,13 +3,15 @@ # Date created: 21 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.5 1995/11/22 13:18:10 asami Exp $ +# $Id: Makefile,v 1.6 1996/04/18 07:58:21 tg Exp $ # DISTNAME= ghostview-1.5 -CATEGORIES+= print +CATEGORIES= print MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MAINTAINER= ports@FreeBSD.org + RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript USE_IMAKE= yes -- cgit