diff options
author | mbr <mbr@FreeBSD.org> | 2004-02-21 10:53:27 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2004-02-21 10:53:27 +0000 |
commit | 5c5f2f92d7016db88c305697de5630ec612ddecb (patch) | |
tree | 32c881d23f4671bfb7989329f1bc17c79a763dc7 /editors/openoffice-1.1-devel | |
parent | 1c3c39b265257191ec88b62a19ec19646bdefa23 (diff) | |
download | FreeBSD-ports-5c5f2f92d7016db88c305697de5630ec612ddecb.zip FreeBSD-ports-5c5f2f92d7016db88c305697de5630ec612ddecb.tar.gz |
Bump portrevision.
Diffstat (limited to 'editors/openoffice-1.1-devel')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index b7c3270..03d682e 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= openoffice PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= editors MASTER_SITES+= ftp://openofficeorg.secsup.org/pub/software/openoffice/stable/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice.org/stable/%SUBDIR%/ \ @@ -146,12 +146,12 @@ LD_PATH= ${LD_PATH1}:${WRKSRC}/../solver/${BUILD_NR}/unxfbsd.pro/lib/ .if defined(WITH_DEBUG) CFLAGS+= -g .if ${WITH_DEBUG} == 2 -BUILD= dmake debug="true" +BUILD= unset noclobber && dmake debug="true" .else -BUILD= dmake +BUILD= unset noclobber && dmake .endif .else -BUILD= dmake strip="true" +BUILD= unset noclobber && dmake strip="true" .endif .if !defined(DISPLAY) @@ -477,7 +477,7 @@ do-build: ${X11BASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid @sleep 5 .endif - @cd ${WRKSRC}/.. && PATH="${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin" ./bootstrap + @cd ${WRKSRC}/.. && unset noclobber && PATH="${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin" ./bootstrap .if defined(L10NHELP) @${MKDIR} ${WRKSRC}/../solver/${BUILD_NR}/unxfbsd.pro/pck @${CP} ${WRKDIR}/L10NHELP/*.zip ${WRKSRC}/../solver/${BUILD_NR}/unxfbsd.pro/pck |