diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
commit | 109f11d37b159f1fdf6f84e03cf24457cda978e7 (patch) | |
tree | 9cb66c5534dca58d5073e5440262ddcaf2b2880f /print/ghostview | |
parent | b5969d108c4ee5f6a75132b5d226a3541e079ab5 (diff) | |
download | freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.gz freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.zst freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.zip |
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Diffstat (limited to 'print/ghostview')
-rw-r--r-- | print/ghostview/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |