summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-10-19 10:57:04 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-10-19 10:57:04 +0000
commit7a58dbefbb49fa0d6f2db10d3968307f4fe422bc (patch)
tree0f15e5065c783bee91a84a9c5fc0287b45533457 /x11-wm/windowmaker/Makefile
parentThis is the official INDEX for 3.0-RELEASE. There are 1,749 ports. (diff)
Fix default paths in WPrefs.app.
Submitted by: Brian Handy <handy@physics.montana.edu>
Notes
Notes: svn path=/head/; revision=14063
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r--x11-wm/windowmaker/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 4d064aac3910..e2250e6bb2d0 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.33 1998/09/27 20:59:11 steve Exp $
+# $Id: Makefile,v 1.34 1998/09/30 13:24:39 tg Exp $
DISTNAME= WindowMaker-0.20.1
PKGNAME= windowmaker-0.20.1
@@ -38,6 +38,9 @@ DATAFILES= WindowMaker-data.tar.gz
post-extract:
cd ${WRKSRC}; ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} libPropList.tar.gz
+post-patch:
+ @perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c
+
pre-configure:
@(cd ${WRKSRC}/libPropList && CC="${CC}" CXX="${CXX}" \
ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS} -fPIC" \