summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript-gnu/Makefile')
-rw-r--r--print/ghostscript-gnu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index 04b31bdc190b..65e346a0e22f 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -17,10 +17,11 @@ MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs651/ \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/fonts/
MASTER_SITE_SUBDIR= ${PORTNAME} gimp-print hpinkjet
-
+PKGNAMESUFFIX= -gnu
DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \
${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \
${HP970_DRV} ${GPRINT_SRC} ${HPIJS_SRC}
+DIST_SUBDIR= ghostscript
EXTRACT_ONLY= ${GS_SOURCES}
MAINTAINER= ports@FreeBSD.org
@@ -51,10 +52,9 @@ MAKE_ENV= A4="${A4}"
.endif
.if !defined(WITHOUT_X11)
-PKGNAMESUFFIX= -gnu
USE_XLIB= yes
.else
-PKGNAMESUFFIX= -gnu-nox11
+PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11}
.endif