diff options
author | ak <ak@FreeBSD.org> | 2012-07-04 14:59:30 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-07-04 14:59:30 +0800 |
commit | 87f517372be01f5d50b954be8b1d1187251d0542 (patch) | |
tree | 472413e665d3f3c4fa034c1340c1d5e4cc892cb7 /editors/openoffice-3 | |
parent | 57e3710724eff5ca557374a6daa7ff6ac23a7153 (diff) | |
download | freebsd-ports-gnome-87f517372be01f5d50b954be8b1d1187251d0542.tar.gz freebsd-ports-gnome-87f517372be01f5d50b954be8b1d1187251d0542.tar.zst freebsd-ports-gnome-87f517372be01f5d50b954be8b1d1187251d0542.zip |
- Fix explicit use of unzip
PR: ports/153429
Approved by: office@ (crees)
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index efb2e9208004..6e7df75bdf72 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -239,7 +239,7 @@ post-patch: .endif pre-configure: - @${LN} -sf ${LOCALBASE}/bin/unzip ${WRKSRC}/solenv/bin/unzip + @${LN} -sf ${UNZIP_CMD} ${WRKSRC}/solenv/bin/unzip do-build: @cd ${WRKDIR}/aoo-${PORTVERSION} ; ${PRINTF} "[repositories]\n" > source_config |