diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 60d32b90e..09d8c0adb 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.40 2005/08/22 15:54:29 kwm Exp $ +# $MCom: ports/math/gcalctool/Makefile,v 1.41 2005/09/02 20:18:11 ahze Exp $ # PORTNAME= gcalctool @@ -30,8 +30,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gcalctool.1 GCONF_SCHEMAS= gcalctool.schemas -post-patch: - @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' - .include <bsd.port.mk> |