summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript-gpl/Makefile')
-rw-r--r--print/ghostscript-gpl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile
index ba1c66a8b751..e3fa3e762ff1 100644
--- a/print/ghostscript-gpl/Makefile
+++ b/print/ghostscript-gpl/Makefile
@@ -16,10 +16,11 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs700/ \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/
MASTER_SITE_SUBDIR= ${PORTNAME} gimp-print hpinkjet
-
+PKGNAMESUFFIX= -afpl
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
@@ -54,10 +55,9 @@ MAKE_ENV+= A4=${A4}
.endif
.if !defined(WITHOUT_X11)
-PKGNAMESUFFIX= -afpl
USE_XLIB= yes
.else
-PKGNAMESUFFIX= -afpl-nox11
+PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11}
.endif