We don't need to patch the config files anymore,

autoconf takes care of that.
This commit is contained in:
Thomas Gellekum 1998-06-15 14:40:43 +00:00
parent 58137cd202
commit 44294d8631
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11441
2 changed files with 2 additions and 12 deletions

View File

@ -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>

View File

@ -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>