diff options
author | arved <arved@FreeBSD.org> | 2002-11-14 18:13:11 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-14 18:13:11 +0800 |
commit | b3dd89202142e38644481c22c401780066119087 (patch) | |
tree | 7eb78a1532206e2a19f23faa8be4052d2818b561 /mail/kbiff/Makefile | |
parent | 7fc8e52fed1dff662499924280452c1521f22bfd (diff) | |
download | freebsd-ports-gnome-b3dd89202142e38644481c22c401780066119087.tar.gz freebsd-ports-gnome-b3dd89202142e38644481c22c401780066119087.tar.zst freebsd-ports-gnome-b3dd89202142e38644481c22c401780066119087.zip |
Update to 3.6.3
This fixes the on-mouse-over crash reported by many.
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> |