diff options
author | tg <tg@FreeBSD.org> | 1998-06-15 14:40:43 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-15 14:40:43 +0000 |
commit | 3e9b594278166e22f224bdc5a52a59619d06f454 (patch) | |
tree | 9440e9873f4bb37bf2410479f78d9ba14f06e6c2 /x11-wm/windowmaker | |
parent | 0dfdac11b5ba893f2c3e0e1f97e0b633a001dd6d (diff) | |
download | FreeBSD-ports-3e9b594278166e22f224bdc5a52a59619d06f454.zip FreeBSD-ports-3e9b594278166e22f224bdc5a52a59619d06f454.tar.gz |
We don't need to patch the config files anymore,
autoconf takes care of that.
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 9c411ec..fcdebd5 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> |