aboutsummaryrefslogtreecommitdiff
path: root/databases/kbibtex/Makefile
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2007-10-29 23:21:22 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2007-10-29 23:21:22 +0000
commit81482b1e379d1d06b595bcbfa4c6084775108913 (patch)
tree26e8ddab3c59718f1bea79a851187608c1ab5e1e /databases/kbibtex/Makefile
parentcd8af7e5642909a76f32d81ddeeb94457a5dd5fe (diff)
downloadports-81482b1e379d1d06b595bcbfa4c6084775108913.tar.gz
ports-81482b1e379d1d06b595bcbfa4c6084775108913.zip
Notes
Diffstat (limited to 'databases/kbibtex/Makefile')
-rw-r--r--databases/kbibtex/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile
index d48590c463a2..ab241bd2b1de 100644
--- a/databases/kbibtex/Makefile
+++ b/databases/kbibtex/Makefile
@@ -5,16 +5,13 @@
# $FreeBSD$
PORTNAME= kbibtex
-PORTVERSION= 0.1.5
-PORTREVISION= 2
+PORTVERSION= 0.2
CATEGORIES= databases kde
MASTER_SITES= http://www.unix-ag.uni-kl.de/~fischer/${PORTNAME}/download/
MAINTAINER= markus@FreeBSD.org
COMMENT= BibTeX editor for KDE
-EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
-
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
@@ -24,6 +21,5 @@ MAN1= kbibtex.1
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
- @${TOUCH} ${WRKSRC}/config.h.in
.include <bsd.port.mk>