summaryrefslogtreecommitdiff
path: root/print/pkfonts300
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-19 19:56:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-19 19:56:39 +0000
commitf6f9920c6591801783f0e1999850ff3848b11259 (patch)
tree307ad2daf53b0343d34007f23d4712a84649a72a /print/pkfonts300
parentAdd gimp. (diff)
Preperly use ".BEGIN:" as error target.
Notes
Notes: svn path=/head/; revision=14695
Diffstat (limited to 'print/pkfonts300')
-rw-r--r--print/pkfonts300/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile
index 71c729305b1b..475ec1df303a 100644
--- a/print/pkfonts300/Makefile
+++ b/print/pkfonts300/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Mar 1996
# Whom: Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp>
#
-# $Id: Makefile,v 1.11 1998/11/07 10:50:01 asami Exp $
+# $Id: Makefile,v 1.12 1998/11/08 09:36:56 asami Exp $
#
DISTNAME= pkfonts
@@ -26,9 +26,9 @@ RESOLUTION= 300
.if ${RESOLUTION} != 118 && ${RESOLUTION} != 240 && \
${RESOLUTION} != 300 && ${RESOLUTION} != 360 && \
${RESOLUTION} != 400 && ${RESOLUTION} != 600
-pre-fetch:
+.BEGIN:
@${ECHO} "Error: invalid value for RESOLUTION: \"${RESOLUTION}\""
- @${ECHO} "Possible values are: 118, 240, 300 (default), 360, 400 and 600."
+ @${ECHO} "Possible values are: 118, 240, 300, 360, 400 and 600."
@${FALSE}
.endif
.endif