summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordillo <dillo>2005-05-28 13:08:39 +0000
committerdillo <dillo>2005-05-28 13:08:39 +0000
commit83ecacbe3eac58ff678be1fdc3cecc35ae889feb (patch)
treea3e50087da07a5d1f5b1a4135c640715bc1038a1 /print
parente081ae04751355dea64b79b66d74514f04acf5de (diff)
downloadpkgsrc-83ecacbe3eac58ff678be1fdc3cecc35ae889feb.tar.gz
fix pkglint warnings
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-gnu/Makefile4
-rw-r--r--print/ghostscript-gnu/Makefile.common10
2 files changed, 7 insertions, 7 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index 5cdea3e10cf..a54110c69e8 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2004/03/25 15:35:48 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/28 13:08:39 dillo Exp $
PKGNAME= ghostscript-gnu-${GS_VERS}
COMMENT= GNU Postscript interpreter
-USE_X11= # defined
+USE_X11= YES
CONFIGURE_ARGS+= --with-x
.include "Makefile.common"
diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common
index b807f07f03a..c62574475d3 100644
--- a/print/ghostscript-gnu/Makefile.common
+++ b/print/ghostscript-gnu/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2005/05/22 20:08:27 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2005/05/28 13:08:39 dillo Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 7.07
@@ -17,7 +17,7 @@ CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]*
DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts
USE_TOOLS+= gmake
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-ijs
DIST_SUBDIR= ghostscript
@@ -72,10 +72,10 @@ post-extract:
${MKDIR} ${WRKSRC}/obj
${RM} -f ${WRKSRC}/jpeg
${LN} -s ${JPEG_WRKSRC} ${WRKSRC}/jpeg
- cd ${WRKSRC}/lib; for file in gs_res.ps; do \
+ cd ${WRKSRC}/lib; for fin gs_res.ps; do \
${SED} -e "s|/Resource/|${GS_RESOURCEDIR}/|g" \
- $${file} > $${file}.fixed; \
- ${MV} -f $${file}.fixed $${file}; \
+ $${f} > $${f}.fixed; \
+ ${MV} -f $${f}.fixed $${f}; \
done
# Reinstall the gs binary so that it's properly stripped.