diff options
author | des <des@FreeBSD.org> | 2005-03-19 11:50:37 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2005-03-19 11:50:37 +0000 |
commit | 3e4363bd563bfb4c9ac4816803127d9832e5b336 (patch) | |
tree | d40c5e8500380a3a80522ef79b74babc775631e2 /editors/openoffice-1.1 | |
parent | 6176e134ca6231dd833109436117d3fee054c47f (diff) | |
download | FreeBSD-ports-3e4363bd563bfb4c9ac4816803127d9832e5b336.zip FreeBSD-ports-3e4363bd563bfb4c9ac4816803127d9832e5b336.tar.gz |
Don't hardcode WRKDIR.
Approved by: maho
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 280c0f6..42e3e65 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -130,7 +130,6 @@ BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant .endif GNU_CONFIGURE= yes USE_AUTOCONF_VER= 259 -WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/work WRKSRC= ${WRKDIR} CONFIGURE_WRKSRC= ${WRKSRC}/config_office ANT?= ${LOCALBASE}/bin/ant |