diff options
author | des <des@FreeBSD.org> | 2005-03-19 19:50:37 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2005-03-19 19:50:37 +0800 |
commit | 3e4363bd563bfb4c9ac4816803127d9832e5b336 (patch) | |
tree | d40c5e8500380a3a80522ef79b74babc775631e2 /editors | |
parent | 6176e134ca6231dd833109436117d3fee054c47f (diff) | |
download | freebsd-ports-gnome-3e4363bd563bfb4c9ac4816803127d9832e5b336.tar.gz freebsd-ports-gnome-3e4363bd563bfb4c9ac4816803127d9832e5b336.tar.zst freebsd-ports-gnome-3e4363bd563bfb4c9ac4816803127d9832e5b336.zip |
Don't hardcode WRKDIR.
Approved by: maho
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 280c0f62bca7..42e3e65c76e3 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 diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 280c0f62bca7..42e3e65c76e3 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-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 |