diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-19 09:21:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-19 09:21:07 +0000 |
commit | b4c566e30ba379c137222e42dc08649011f24e92 (patch) | |
tree | 4dcb6b27ea2444d82ad9197342406a33956997f3 /print | |
parent | 37a2fe5cc8fade3aeacb6d448e4029bab65e33cd (diff) | |
download | pkgsrc-b4c566e30ba379c137222e42dc08649011f24e92.tar.gz |
s/pre-fetch/pre-extract/
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index f80fc55cef4..672d742b9b5 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $NetBSD: Makefile,v 1.4 1997/11/27 11:35:37 explorer Exp $ +# $NetBSD: Makefile,v 1.5 1997/12/19 09:21:07 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/10/13 11:22:43 asami Exp # @@ -46,7 +46,7 @@ HP850_DRV= hp850.zip CFLAGS+= -DA4 .endif -pre-fetch: +pre-extract: .if !defined(A4) @${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." @${ECHO_MSG} "(Doing so makes the default paper size be A4," |