pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript-gnu fix pkglint warnings



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ff7ae483865
branches:  trunk
changeset: 494711:0ff7ae483865
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sat May 28 13:08:39 2005 +0000

description:
fix pkglint warnings

diffstat:

 print/ghostscript-gnu/Makefile        |   4 ++--
 print/ghostscript-gnu/Makefile.common |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 8967732d52c3 -r 0ff7ae483865 print/ghostscript-gnu/Makefile
--- a/print/ghostscript-gnu/Makefile    Sat May 28 13:07:11 2005 +0000
+++ b/print/ghostscript-gnu/Makefile    Sat May 28 13:08:39 2005 +0000
@@ -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 -r 8967732d52c3 -r 0ff7ae483865 print/ghostscript-gnu/Makefile.common
--- a/print/ghostscript-gnu/Makefile.common     Sat May 28 13:07:11 2005 +0000
+++ b/print/ghostscript-gnu/Makefile.common     Sat May 28 13:08:39 2005 +0000
@@ -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 @@
 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 @@
        ${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.



Home | Main Index | Thread Index | Old Index