summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf-gnome
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-18 20:49:00 +0000
committerjlam <jlam@pkgsrc.org>2001-06-18 20:49:00 +0000
commit8f394194915e650f7066d8fb0d5567688c91553a (patch)
treedf5a8812c3460da4de92cdac4be27d685b475a09 /graphics/gdk-pixbuf-gnome
parent5adffe4185151c2cc474c10e7e858059ff8a2e75 (diff)
downloadpkgsrc-8f394194915e650f7066d8fb0d5567688c91553a.tar.gz
Regularize fixes to config scripts to use the same code.
Diffstat (limited to 'graphics/gdk-pixbuf-gnome')
-rw-r--r--graphics/gdk-pixbuf-gnome/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf-gnome/Makefile b/graphics/gdk-pixbuf-gnome/Makefile
index 94ee583dccc..20142f3c424 100644
--- a/graphics/gdk-pixbuf-gnome/Makefile
+++ b/graphics/gdk-pixbuf-gnome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/06/16 19:53:09 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2001/06/18 20:49:01 jlam Exp $
.include "../gdk-pixbuf/Makefile.common"
@@ -16,7 +16,8 @@ GDK_PIXBUF_REQD= 0.10.1
# Fix config scripts by removing buildlink directory references.
post-build:
@cd ${WRKSRC}; \
- for file in gnomecanvaspixbufConf.sh; do \
+ config_scripts="gnomecanvaspixbufConf.sh"; \
+ for file in $${config_scripts}; do \
${MV} -f $${file} $${file}.fixme; \
${SED} -e "s|-I${BUILDLINK_DIR}/|-I${LOCALBASE}/|g" \
-e "s|-L${BUILDLINK_DIR}/|-L${LOCALBASE}/|g" \