pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/x11rec Fixed those pkglint warnings that don'...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/107740708479
branches:  trunk
changeset: 515687:107740708479
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jul 06 17:24:49 2006 +0000

description:
Fixed those pkglint warnings that don't affect the binary package.

diffstat:

 graphics/x11rec/Makefile |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 43c363e19729 -r 107740708479 graphics/x11rec/Makefile
--- a/graphics/x11rec/Makefile  Thu Jul 06 17:22:45 2006 +0000
+++ b/graphics/x11rec/Makefile  Thu Jul 06 17:24:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/04/22 09:22:09 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2006/07/06 17:24:49 rillig Exp $
 #
 
 DISTNAME=      x11rec-0.3
@@ -13,9 +13,9 @@
 DEPENDS+=      gifsicle-[0-9]*:../../graphics/gifsicle
 
 NO_BUILD=      yes
-REPLACE_RUBY=   x11rec
+REPLACE_RUBY=  x11rec
 
-INSTALLATION_DIRS=      share/doc/html/x11rec
+INSTALLATION_DIRS=     share/doc/html/x11rec
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/x11rec ${PREFIX}/bin
@@ -28,13 +28,13 @@
 .include "../../mk/x11.buildlink3.mk"
 .include "../../lang/ruby/modules.mk"
 
-SUBST_CLASSES+=         toolpath
-SUBST_STAGE.toolpath=   pre-configure
-SUBST_FILES.toolpath=   x11rec
-SUBST_SED.toolpath=     -e "s|@xwininfo@|${X11BASE}/bin/xwininfo|" \
-                       -e "s|@xwd@|${X11BASE}/bin/xwd|" \
-                       -e "s|@convert@|${BUILDLINK_PREFIX.ImageMagick}/bin/convert|" \
-                       -e "s|@gifsicle@|${PREFIX}/bin/gifsicle|"
+SUBST_CLASSES+=                toolpath
+SUBST_STAGE.toolpath=  pre-configure
 SUBST_MESSAGE.toolpath=        Fixing paths.
+SUBST_FILES.toolpath=  x11rec
+SUBST_SED.toolpath=    -e "s|@xwininfo@|${X11BASE}/bin/xwininfo|"
+SUBST_SED.toolpath+=   -e "s|@xwd@|${X11BASE}/bin/xwd|"
+SUBST_SED.toolpath+=   -e "s|@convert@|${BUILDLINK_PREFIX.ImageMagick}/bin/convert|"
+SUBST_SED.toolpath+=   -e "s|@gifsicle@|${PREFIX}/bin/gifsicle|"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index