diff options
author | agc <agc> | 1999-03-08 10:53:55 +0000 |
---|---|---|
committer | agc <agc> | 1999-03-08 10:53:55 +0000 |
commit | 2f6c7bf0f656b5c84e7c2506ecbbdd226680e319 (patch) | |
tree | f176e9ec4024673fb56c0c252cdf8c8aa42f657d /x11/fvwm-wharf | |
parent | 1afe071d757e38ce4bbaff70311df6e48e4bfe4f (diff) | |
download | pkgsrc-2f6c7bf0f656b5c84e7c2506ecbbdd226680e319.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'x11/fvwm-wharf')
-rw-r--r-- | x11/fvwm-wharf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fvwm-wharf/Makefile b/x11/fvwm-wharf/Makefile index a8401636f2c..2cfb3142cb3 100644 --- a/x11/fvwm-wharf/Makefile +++ b/x11/fvwm-wharf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:55 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/03/08 10:53:58 agc Exp $ DISTNAME= AfterStep-1.0 PKGNAME= fvwm-wharf-1.0 @@ -13,7 +13,7 @@ DEPENDS= xpm-3.4k:../../graphics/xpm USE_X11BASE= yes do-configure: - (cd ${WRKSRC} ; xmkmf ; make Makefiles) + (cd ${WRKSRC} ; xmkmf ; ${MAKE} Makefiles) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/modules/Wharf/Wharf ${PREFIX}/bin/Fvwm-Wharf |