diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-14 10:13:11 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-14 10:13:11 +0000 |
commit | a2931284765e719e4f2623a8043c9336ae287351 (patch) | |
tree | c603deeab63bb57d27de1a3d5f003551b2013588 /mail/kbiff/Makefile | |
parent | a1b6c3b80c9ff69fe130b532e1536b68cb184d3c (diff) | |
download | ports-a2931284765e719e4f2623a8043c9336ae287351.tar.gz ports-a2931284765e719e4f2623a8043c9336ae287351.zip |
Notes
Diffstat (limited to 'mail/kbiff/Makefile')
-rw-r--r-- | mail/kbiff/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 830f692ac4c7..2df7d2d03b37 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kbiff -PORTVERSION= 3.6.1 -PORTREVISION= 1 +PORTVERSION= 3.6.3 CATEGORIES= mail kde MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/ @@ -21,9 +20,5 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --disable-fast-perl -USE_REINPLACE= yes - -post-patch: - ${REINPLACE_CMD} 's,de en es fr,en,' ${WRKSRC}/doc/Makefile.in .include <bsd.port.mk> |