summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorheinz <heinz>2006-08-02 20:26:15 +0000
committerheinz <heinz>2006-08-02 20:26:15 +0000
commit7a43fc9fa25725a5d115fa58e261f6f7958b2ada (patch)
treef0664e31a177afc2d57b72fb73114ed2ca9eaedf /pkgtools
parent6123ce0f5180df09679b22deac34ca76ad3a9a6d (diff)
downloadpkgsrc-7a43fc9fa25725a5d115fa58e261f6f7958b2ada.tar.gz
On Linux the Imake files need gmake, so we do _not_ need MAKE but
IMAKE_MAKE replaced in pkgxmkmf.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/xpkgwedge/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile
index 524d9ebe8b0..7dc5defb70f 100644
--- a/pkgtools/xpkgwedge/Makefile
+++ b/pkgtools/xpkgwedge/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2006/04/10 13:38:36 schwarz Exp $
+# $NetBSD: Makefile,v 1.67 2006/08/02 20:26:15 heinz Exp $
DISTNAME= xpkgwedge-1.15
+PKGREVISION= 1
CATEGORIES= pkgtools devel x11
MASTER_SITES= # empty
DISTFILES= # empty
@@ -69,7 +70,7 @@ SUBST_FILES.paths= ${WRKDIR}/pkgxmkmf
SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g'
SUBST_SED.paths+= -e 's,@X11BASE@,${X11BASE},g'
SUBST_SED.paths+= -e 's,@VIEWBASE@,${VIEWBASE},g'
-SUBST_SED.paths+= -e 's,@MAKE@,${MAKE},g'
+SUBST_SED.paths+= -e 's,@MAKE@,${IMAKE_MAKE},g'
SUBST_STAGE.paths= post-patch
post-extract: