diff options
author | tg <tg@FreeBSD.org> | 1998-06-09 23:29:45 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-09 23:29:45 +0800 |
commit | 83ce8b0d04c07b516e034fd8e0d9552317649993 (patch) | |
tree | ddcb2caeb40f401b1ea8c4afe993fccda94c2b1a | |
parent | 3cd718ba8b278b2af4dec406a0c8902c8fdae90b (diff) | |
download | freebsd-ports-gnome-83ce8b0d04c07b516e034fd8e0d9552317649993.tar.gz freebsd-ports-gnome-83ce8b0d04c07b516e034fd8e0d9552317649993.tar.zst freebsd-ports-gnome-83ce8b0d04c07b516e034fd8e0d9552317649993.zip |
Fix some paths in the default configuration files.
PR: 6894
Reviewed by: Brian Handy <handy@physics.montana.edu>
-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> |