diff options
author | mbr <mbr@FreeBSD.org> | 2004-11-22 12:33:37 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2004-11-22 12:33:37 +0000 |
commit | 46f8cd79f4d23b1aaa3e57396376a48c3239d91c (patch) | |
tree | bf9c1140bf96734e097543dd80be989ec48fd96a /german | |
parent | 3db9a4bf30d34c81177b3cc69554da59ca188567 (diff) | |
download | FreeBSD-ports-46f8cd79f4d23b1aaa3e57396376a48c3239d91c.zip FreeBSD-ports-46f8cd79f4d23b1aaa3e57396376a48c3239d91c.tar.gz |
Fix missed path, remove USE_ZIP directive.
Diffstat (limited to 'german')
-rw-r--r-- | german/staroffice70/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index 15d77da..723542e 100644 --- a/german/staroffice70/Makefile +++ b/german/staroffice70/Makefile @@ -25,7 +25,6 @@ DISTFILES= 116518-06.tar:patch DISTFILES+= soa-7-ga-bin-linux-de.bin .endif -USE_ZIP= YES EXTRACT_ONLY= 116518-06.tar MAINTAINER= mbr@FreeBSD.org @@ -42,7 +41,7 @@ WRKSRC= ${WRKDIR}/${SOVERSION} TMPDIR= ${WRKDIR}/tmp LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib INSTDB.INS= ${PREFIX}/${SOVERSION}/program/instdb.ins -SUNSOLVE= ${WRKDIR}/112887-04 +SUNSOLVE= ${WRKDIR}/116518-06 ADABAS_DIST= soa-7-ga-bin-linux-de.bin PATCH_DIST= so-7-pp4-bin-linux.bin |