diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-29 16:31:22 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-29 16:31:22 +0000 |
commit | 53a69962105ef6603c2a69acd09abc8eec705d47 (patch) | |
tree | 9a5fcc8c17fcbdacf78212fb26ffc12cfb2d997f /net | |
parent | 8f71c09ea73b27f84fec54623c41a11213cecc78 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index 1e2163b2dd07..08e7a8d0e557 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -7,7 +7,7 @@ PORTNAME= kdenetwork PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES?= net news kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -43,7 +43,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:-lpthread:${PTHREAD_LIBS}:g" ${WRKSRC}/knode/Makefile.in ${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 |