aboutsummaryrefslogtreecommitdiff
path: root/devel/libPropList/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-04-24 15:47:37 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-04-24 15:47:37 +0000
commitd3bcb83ba721915ef04826643de4fd6b97ccf1e0 (patch)
tree84aa0ec10df608f9cd6be304dbf029cbd2bff89a /devel/libPropList/Makefile
parentfa16001ef7d649001c363a37d64ecc2a5d0acb89 (diff)
Notes
Diffstat (limited to 'devel/libPropList/Makefile')
-rw-r--r--devel/libPropList/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile
index 8baaea692154..b6ab3f7575f2 100644
--- a/devel/libPropList/Makefile
+++ b/devel/libPropList/Makefile
@@ -17,6 +17,10 @@ COMMENT= Property library for gnome and Window Maker
USE_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
-USE_AUTOCONF_VER= 213
+USE_REINPLACE= yes
+
+post-patch:
+ ${REINPLACE_CMD} -e "s,mkdir rmdir,mkdir mkstemp rmdir," \
+ ${WRKSRC}/configure
.include <bsd.port.mk>