diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-06 17:24:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-06 17:24:49 +0000 |
commit | 294eb5ba825b2ff0d5aa3b379b49ad2f4d9c6c6c (patch) | |
tree | 67f57a4080d8615e891662c9f28c8b759dd8273a /graphics | |
parent | 9f547576abe6c5ddda6986955742529119c67072 (diff) | |
download | pkgsrc-294eb5ba825b2ff0d5aa3b379b49ad2f4d9c6c6c.tar.gz |
Fixed those pkglint warnings that don't affect the binary package.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/x11rec/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/graphics/x11rec/Makefile b/graphics/x11rec/Makefile index af68d17c24d..4c22cfbc8c5 100644 --- a/graphics/x11rec/Makefile +++ b/graphics/x11rec/Makefile @@ -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 @@ COMMENT= Very ad hoc X11 recorder which create a movie 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 @@ do-install: .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" |