summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-04-29 16:31:22 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-04-29 16:31:22 +0000
commit53a69962105ef6603c2a69acd09abc8eec705d47 (patch)
tree9a5fcc8c17fcbdacf78212fb26ffc12cfb2d997f /x11
parentRemove unneeded patch. This should correct the plist problems. (diff)
Assign PORTREVISION using `?=' instead of `=' so that slave ports can
override it. PR: ports/34779 Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (MAINTAINER of ja-{qt23,kde*2} ports) Replace `cd dir && cmd' with `cd dir ; cmd' while I'm here.
Notes
Notes: svn path=/head/; revision=58318
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase2/Makefile4
-rw-r--r--x11/kdelibs2/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index 3c5876f985f2..51d837f576fe 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kdebase
PORTVERSION= 2.2.2
-PORTREVISION= 4
+PORTREVISION?= 4
CATEGORIES?= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
@@ -76,7 +76,7 @@ pre-configure:
.for AM in automake aclocal
${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM}
.endfor
- cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \
+ cd ${WRKSRC} ; env PATH=${WRKSRC}/auto-bin:$$PATH \
${GMAKE} -f Makefile.cvs
${PERL} -pi -e "s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/libkonq/Makefile.in
${PERL} -pi -e "s@version-info 1:0:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/khelpcenter/Makefile.in
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index 1a1de25b5580..0d1a12d5accb 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kdelibs
PORTVERSION= 2.2.2
-PORTREVISION= 3
+PORTREVISION?= 3
CATEGORIES?= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
@@ -80,7 +80,7 @@ pre-configure:
.for AM in automake aclocal
${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM}
.endfor
- cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \
+ cd ${WRKSRC} ; env PATH=${WRKSRC}/auto-bin:$$PATH \
${GMAKE} -f Makefile.cvs
${PERL} -pi -e "s@-O2@-O0@g; s@\"-lfam@\"-L${LOCALBASE}/lib -lfam@g" ${WRKSRC}/configure
${PERL} -pi -e "s@kspell api@@g" ${WRKSRC}/doc/Makefile.in