aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-06-09 15:29:45 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-06-09 15:29:45 +0000
commit53d62f805ab4d95ecc4d6ed507eda84aa3542b29 (patch)
tree0985768ff15a5625e2981d3f12d202a6943c4253 /x11-wm
parentd3355e85fae00e9f348e355952f09d53268a3d9c (diff)
downloadports-53d62f805ab4d95ecc4d6ed507eda84aa3542b29.tar.gz
ports-53d62f805ab4d95ecc4d6ed507eda84aa3542b29.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker-i18n/Makefile7
-rw-r--r--x11-wm/windowmaker/Makefile7
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>