aboutsummaryrefslogtreecommitdiff
path: root/print/cups-base
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-09-07 19:35:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-09-07 19:35:15 +0000
commit3ab3de4e12fa31349031df6608261dc12427eb71 (patch)
treef4ee70fac62ff756ac8d4eaed95d0e21879dfb48 /print/cups-base
parent691622ab2cc18ea0c5d53ddb89ccdefc1f25984b (diff)
downloadports-3ab3de4e12fa31349031df6608261dc12427eb71.tar.gz
ports-3ab3de4e12fa31349031df6608261dc12427eb71.zip
- fix options by forcing UNIQUENAME
PR: 150309 Submitted by: Marcin Wisnicki
Notes
Notes: svn path=/head/; revision=260707
Diffstat (limited to 'print/cups-base')
-rw-r--r--print/cups-base/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 7318f7a2e355..6c761ac19f76 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -52,6 +52,7 @@ OPTIONS?= GNUTLS "Build with GNUTLS library" on \
XPDF "Build pdftops with XPDF" off \
XDG_OPEN "Build with XDG_OPEN as browser" off
+UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
CUPS_ETCDIR= ${PREFIX}/etc/cups
CUPS_SPOOLDIR= /var/spool/cups
CUPS_SOCKET?= /var/run/cups.sock
@@ -132,7 +133,7 @@ PLIST_SUB+= PHP="@comment "
.if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && !defined(WITHOUT_GHOSTSCRIPT)
.if defined(WITH_XPDF)
-IGNORE= "Pick ghostscript or xpdf, not both"
+IGNORE= pick ghostscript or xpdf, not both
.endif
USE_GHOSTSCRIPT= yes
CONFIGURE_ARGS+= --enable-pdftops --with-pdftops=${LOCALBASE}/bin/gs