diff options
Diffstat (limited to 'finance/ktoblzcheck/Makefile')
-rw-r--r-- | finance/ktoblzcheck/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/finance/ktoblzcheck/Makefile b/finance/ktoblzcheck/Makefile index 31858b5fc505..3a3226d5256e 100644 --- a/finance/ktoblzcheck/Makefile +++ b/finance/ktoblzcheck/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ktoblzcheck -PORTVERSION= 1.9 -PORTREVISION= 1 +PORTVERSION= 1.10 CATEGORIES= finance german MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,14 +17,9 @@ COMMENT= Check bank codes of German banks USE_GNOME= gnomehack gnometarget pkgconfig USE_PYTHON= 2.3+ USE_GMAKE= yes -USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes MAN1= ktoblzcheck.1 -post-patch: - @${REINPLACE_CMD} -e \ - 's|_EFFECTIVE=.*$$|_EFFECTIVE=1|g' ${WRKSRC}/configure - .include <bsd.port.mk> |