diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
commit | e5cc021f77b6b9ad840e0350c81761099dd35e04 (patch) | |
tree | 8b08b89bac82cd26c045211d009f5b66c0d101f5 /print/ghostview | |
parent | 3b3bd28890a9082e67d71887318a2b242e5b8bdc (diff) | |
download | ports-e5cc021f77b6b9ad840e0350c81761099dd35e04.tar.gz ports-e5cc021f77b6b9ad840e0350c81761099dd35e04.zip |
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Notes
Notes:
svn path=/head/; revision=4539
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 |