summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-08-19 14:27:48 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-08-19 14:27:48 +0000
commitb209b0fc3fda3fc05c92da7944bd56c6255c1dbb (patch)
tree363f6556af487ef140d1ee47beee6af6748328d8 /ftp
parento Remove mis-addedd $PKGNAMEPREFIX. (diff)
Unbreak on CURRENT
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=87294
Diffstat (limited to 'ftp')
-rw-r--r--ftp/kbear/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/kbear/Makefile b/ftp/kbear/Makefile
index 692ffee937d1..a0ca1aa31985 100644
--- a/ftp/kbear/Makefile
+++ b/ftp/kbear/Makefile
@@ -25,4 +25,7 @@ CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE}
+post-patch:
+ @${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
+
.include <bsd.port.mk>