summaryrefslogtreecommitdiff
path: root/graphics/x11rec
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-06 17:24:49 +0000
committerrillig <rillig>2006-07-06 17:24:49 +0000
commit93a17812c79843188ddaac28b6b8304894f631d8 (patch)
tree67f57a4080d8615e891662c9f28c8b759dd8273a /graphics/x11rec
parent29c0e94e2188428bc2ddb42d29dcdcaf8e0862b7 (diff)
downloadpkgsrc-93a17812c79843188ddaac28b6b8304894f631d8.tar.gz
Fixed those pkglint warnings that don't affect the binary package.
Diffstat (limited to 'graphics/x11rec')
-rw-r--r--graphics/x11rec/Makefile20
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"