summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker-i18n
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/windowmaker-i18n
parentUpdate from squid 1.2b20 -> 1.2b22 (diff)
Fix some paths in the default configuration files.
PR: 6894 Reviewed by: Brian Handy <handy@physics.montana.edu>
Notes
Notes: svn path=/head/; revision=11364
Diffstat (limited to 'x11-wm/windowmaker-i18n')
-rw-r--r--x11-wm/windowmaker-i18n/Makefile7
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>