summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-06-15 14:40:43 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-06-15 14:40:43 +0000
commit44294d8631a22a1955700cebef15ff0c47d36a91 (patch)
tree509053f94d79d09a4cd53725d09c4d73d7e88843 /x11-wm/windowmaker
parentActivate xwit. (diff)
We don't need to patch the config files anymore,
autoconf takes care of that.
Notes
Notes: svn path=/head/; revision=11441
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 9c411ec64616..fcdebd50f630 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.12 1998/06/09 15:29:45 tg Exp $
+# $Id: Makefile,v 1.13 1998/06/15 08:58:08 tg Exp $
DISTNAME= WindowMaker-0.15.1
PKGNAME= windowmaker-0.15.1
@@ -29,9 +29,4 @@ 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>