diff options
author | agc <agc@pkgsrc.org> | 2001-05-10 13:19:27 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-05-10 13:19:27 +0000 |
commit | fb928b5f87165ea05274e071d798397138840327 (patch) | |
tree | b8e7a10c2d12125fbc511c6a9f927407c7c6935f /x11/wmfire/Makefile | |
parent | 70cc818f191d25d56c943b68bb380a3fbe4495fc (diff) | |
download | pkgsrc-fb928b5f87165ea05274e071d798397138840327.tar.gz |
Make this package work in the presence of xpkgwedge.
Diffstat (limited to 'x11/wmfire/Makefile')
-rw-r--r-- | x11/wmfire/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/wmfire/Makefile b/x11/wmfire/Makefile index 447cf73f491..0455f34541b 100644 --- a/x11/wmfire/Makefile +++ b/x11/wmfire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:06:54 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/10 13:19:27 agc Exp $ # DISTNAME= wmfire-0.0.3.8 @@ -12,6 +12,8 @@ USE_X11= YES USE_XPM= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS=-I${X11BASE}/include +MAKE_ENV+= XPMDIR=${XPMDIR} +EVAL_PREFIX= XPMDIR=xpm post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmfire |