diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-09 15:29:45 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-09 15:29:45 +0000 |
commit | 53d62f805ab4d95ecc4d6ed507eda84aa3542b29 (patch) | |
tree | 0985768ff15a5625e2981d3f12d202a6943c4253 /x11-wm/windowmaker-i18n | |
parent | d3355e85fae00e9f348e355952f09d53268a3d9c (diff) |
Notes
Diffstat (limited to 'x11-wm/windowmaker-i18n')
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index 1321cfd6905c..79b23d5f4b05 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -3,7 +3,7 @@ # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.10 1998/05/04 20:23:20 jseger Exp $ +# $Id: Makefile,v 1.11 1998/06/04 07:56:56 tg Exp $ DISTNAME= WindowMaker-0.15.0 PKGNAME= windowmaker-0.15.0 @@ -29,4 +29,9 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-gfx-libs=-L${LOCALBASE}/lib \ --with-gfx-incs="-I${LOCALBASE}/include/tiff34 -I${LOCALBASE}/include" +post-patch: +.for file in wmmacros Defaults/WindowMaker + @/usr/bin/perl -pi -e "s|@@PREFIX@@|${PREFIX}|g;" ${WRKSRC}/WindowMaker/${file} +.endfor + .include <bsd.port.mk> |