summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-01-12 21:59:51 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-01-12 21:59:51 +0000
commit08d2fb354deb97814384385cd910b8584c0f7908 (patch)
treeb891c1e30ebdf0d1e29a56049a030e0fdc6d2e71 /editors/openoffice-1.0
parentmust explicity ask for final now (diff)
Use always $PORTVERSION instead of hard coded numbers.
Notes
Notes: svn path=/head/; revision=72981
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r--editors/openoffice-1.0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index af95b9deeb4e..a3df30b81742 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -120,7 +120,7 @@ JAVAVM= ${JDK13DIR}/bin/java
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/work
-WRKSRC= ${WRKDIR}/oo_1.0.1_src/config_office
+WRKSRC= ${WRKDIR}/oo_${PORTVERSION}_src/config_office
LD_PATH1= ${WRKSRC}/../vos/unxfbsd.pro/lib/:${WRKSRC}/../ucbhelper/unxfbsd.pro/lib/
LD_PATH= ${LD_PATH1}:${WRKSRC}/../solver/641/unxfbsd.pro/lib/
.if defined(WITH_DEBUG)