aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/kbear/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/kbear/Makefile')
-rw-r--r--ftp/kbear/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/ftp/kbear/Makefile b/ftp/kbear/Makefile
index cf225a952e3a..3f213c65adfe 100644
--- a/ftp/kbear/Makefile
+++ b/ftp/kbear/Makefile
@@ -5,16 +5,15 @@
# $FreeBSD$
PORTNAME= kbear
-PORTVERSION= 2.0
-PORTREVISION= 1
+PORTVERSION= 2.1
CATEGORIES= ftp kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}.src
+DISTNAME= ${PORTNAME}-${PORTVERSION}-1.src
MAINTAINER= arved@FreeBSD.org
-WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
INSTALLS_SHLIB= yes
USE_KDELIBS_VER= 3
USE_REINPLACE= yes
@@ -25,7 +24,4 @@ CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE}
-post-patch:
- ${REINPLACE_CMD} -e 's,305,306,' ${WRKSRC}/kbear/kbear.cpp \
- ${WRKSRC}/kbear/parts/filesyspart/kbeardirlister.cpp
.include <bsd.port.mk>