aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-22 18:05:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-22 18:05:04 +0000
commitf45d0a8198e01f9de3159f120af98857c70773c1 (patch)
tree5ccc149311d24585961d9a2cf90f90b5de162a2d /print
parenta14ce15e349663b36e082c2a46c21adc66d82376 (diff)
downloadports-f45d0a8198e01f9de3159f120af98857c70773c1.tar.gz
ports-f45d0a8198e01f9de3159f120af98857c70773c1.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/enscript-letter/Makefile2
-rw-r--r--print/pkfonts300/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile
index 78acb34ff343..efebcdda2c82 100644
--- a/print/enscript-letter/Makefile
+++ b/print/enscript-letter/Makefile
@@ -14,6 +14,7 @@ COMMENT= ASCII to PostScript filter
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls --with-media=${PS}
+NO_STAGE= yes
CONFLICTS?= enscript-a4-* enscript-letterdj-*
@@ -24,7 +25,6 @@ PAPERSIZE?= letter
PS?= Letter
.if (${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj)
-NO_STAGE= yes
.BEGIN:
@${ECHO} "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@${ECHO} "Possible values are: a4, letter, or letterdj"
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile
index 59c08ac85f33..3be1cc0c59fc 100644
--- a/print/pkfonts300/Makefile
+++ b/print/pkfonts300/Makefile
@@ -15,6 +15,7 @@ COMMENT= English PK fonts, for ghostscripts, xdvi, and so on
DIST_SUBDIR= pkfonts
EXTRACT_ONLY= # extracted directly in install target
NO_BUILD= yes
+NO_STAGE= yes
PLIST= ${PKGDIR}/pkg-plist.${RESOLUTION}
.if !defined(RESOLUTION)
@@ -23,7 +24,6 @@ RESOLUTION= 300
.if ${RESOLUTION} != 118 && ${RESOLUTION} != 240 && \
${RESOLUTION} != 300 && ${RESOLUTION} != 360 && \
${RESOLUTION} != 400 && ${RESOLUTION} != 600
-NO_STAGE= yes
.BEGIN:
@${ECHO_MSG} "Error: invalid value for RESOLUTION: \"${RESOLUTION}\""
@${ECHO_MSG} "Possible values are: 118, 240, 300, 360, 400 and 600."