summaryrefslogtreecommitdiff
path: root/graphics/xpaint
diff options
context:
space:
mode:
authortv <tv>2005-03-10 14:11:23 +0000
committertv <tv>2005-03-10 14:11:23 +0000
commit0cd67eb667fd7066822bf0a86f777fbd05c8be12 (patch)
treed7dc20fcc72d65504037e40fd69b0c6a06534dfb /graphics/xpaint
parent82f811b82b0aaea335328d29e4ac3f62993b3755 (diff)
downloadpkgsrc-0cd67eb667fd7066822bf0a86f777fbd05c8be12.tar.gz
Use pre-configure for SUBST_*, not post-patch.
Diffstat (limited to 'graphics/xpaint')
-rw-r--r--graphics/xpaint/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index 7c178c497f3..eaf9c0982eb 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2005/02/21 20:26:12 hubertf Exp $
+# $NetBSD: Makefile,v 1.46 2005/03/10 14:11:23 tv Exp $
DISTNAME= xpaint-2.7.3
CATEGORIES= graphics x11
@@ -17,7 +17,7 @@ BUILD_TARGET= xaw95static
MAKE_ENV+= XMKMF="${XMKMF}"
SUBST_CLASSES= foo
-SUBST_STAGE.foo= post-patch
+SUBST_STAGE.foo= pre-configure
SUBST_FILES.foo= Local.config
SUBST_SED.foo= -e "s|\$${LOCALBASE}|${LOCALBASE}|g" \
-e "s|\$${X11BASE}|${X11BASE}|g" \
@@ -27,5 +27,4 @@ SUBST_SED.foo= -e "s|\$${LOCALBASE}|${LOCALBASE}|g" \
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"