diff options
Diffstat (limited to 'www/quanta/Makefile')
-rw-r--r-- | www/quanta/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/www/quanta/Makefile b/www/quanta/Makefile index 9e0285ce9aa8..f4a34e860837 100644 --- a/www/quanta/Makefile +++ b/www/quanta/Makefile @@ -6,12 +6,12 @@ # PORTNAME= quanta -PORTVERSION= 2.0p1 -PORTREVISION= 1 +PORTVERSION= 2.0.1 +PORTEPOCH= 1 CATEGORIES= www kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-2.0-pr1 + .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ css.tar.bz2 \ @@ -24,8 +24,6 @@ MAINTAINER= jeremy@external.org LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext -WRKSRC= ${WRKDIR}/${PORTNAME} - USE_KDELIBS_VER=2 USE_XPM= yes USE_BZIP2= yes @@ -41,7 +39,13 @@ DOCS= css html javascript php pre-configure: @${PERL} -pi -e "s#lqt #lqt2 #g" ${WRKSRC}/quanta/Makefile.in + @${PERL} -pi -e "s@automake@automake14@g" ${WRKSRC}/configure + +post-configure: + @${PERL} -pi -e "s@autoconf@autoconf213@g" ${WRKSRC}/Makefile + @${PERL} -pi -e "s@moc@moc2@g" ${WRKSRC}/configure + post-install: .if !defined(NOPORTDOCS) .for doc in ${DOCS} |