aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kluje/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-06 19:07:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-06 19:07:02 +0000
commit50810ea0fa36b8cf8db7a9ead96721dab804dc00 (patch)
tree7a00516e20815cff08af1c4e893eb39105a6b7d1 /deskutils/kluje/Makefile
parentf5206942b9bfba683b754536056e8fe4981cff72 (diff)
downloadports-50810ea0fa36b8cf8db7a9ead96721dab804dc00.tar.gz
ports-50810ea0fa36b8cf8db7a9ead96721dab804dc00.zip
- Update to 0.8
PR: 109797 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=186695
Diffstat (limited to 'deskutils/kluje/Makefile')
-rw-r--r--deskutils/kluje/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/deskutils/kluje/Makefile b/deskutils/kluje/Makefile
index dc1e2842694c..fe4e44fec489 100644
--- a/deskutils/kluje/Makefile
+++ b/deskutils/kluje/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= kluje
-PORTVERSION= 0.7
-PORTREVISION= 4
+PORTVERSION= 0.8
CATEGORIES= deskutils kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,11 +15,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A KDE client for the popular online journal site LiveJournal
USE_KDELIBS_VER= 3
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|-O2||g ; \
+ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>