diff options
author | asami <asami@FreeBSD.org> | 1995-11-22 21:18:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-22 21:18:35 +0800 |
commit | d779c3266cf9cdf4642f3a304036c8cdbcf566d5 (patch) | |
tree | 7cd19d33256921ed63191daa29a70bcb533d7e24 /print/ghostview | |
parent | 1ff7c00d62f07c1a67933dd9d3d9583299f5cac7 (diff) | |
download | freebsd-ports-graphics-d779c3266cf9cdf4642f3a304036c8cdbcf566d5.tar.gz freebsd-ports-graphics-d779c3266cf9cdf4642f3a304036c8cdbcf566d5.tar.zst freebsd-ports-graphics-d779c3266cf9cdf4642f3a304036c8cdbcf566d5.zip |
Change "printing" to "print".
Diffstat (limited to 'print/ghostview')
-rw-r--r-- | print/ghostview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index d2d3fb763dc..5fe6be26ed9 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -3,11 +3,11 @@ # Date created: 21 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.3 1995/04/01 12:49:29 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/15 04:33:48 asami Exp $ # DISTNAME= ghostview-1.5 -CATEGORIES+= printing +CATEGORIES+= print MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ EXEC_DEPENDS= gs:${PORTSDIR}/print/ghostscript |