diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-09 23:29:45 +0800 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-09 23:29:45 +0800 |
commit | 53d62f805ab4d95ecc4d6ed507eda84aa3542b29 (patch) | |
tree | 0985768ff15a5625e2981d3f12d202a6943c4253 /x11-wm | |
parent | d3355e85fae00e9f348e355952f09d53268a3d9c (diff) | |
download | freebsd-ports-gnome-53d62f805ab4d95ecc4d6ed507eda84aa3542b29.tar.gz freebsd-ports-gnome-53d62f805ab4d95ecc4d6ed507eda84aa3542b29.tar.zst freebsd-ports-gnome-53d62f805ab4d95ecc4d6ed507eda84aa3542b29.zip |
Fix some paths in the default configuration files.
PR: 6894
Reviewed by: Brian Handy <handy@physics.montana.edu>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 7 |
2 files changed, 12 insertions, 2 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> diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 1321cfd6905c..79b23d5f4b05 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/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> |