diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-08 00:55:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-08 00:55:01 +0800 |
commit | 64f1911c14e34342f05d0a56b7e3f7d4aab22005 (patch) | |
tree | 0a5d6994fe710d875e5b7b9dff797792a272fd86 /emulators/ods2reader | |
parent | 822bc33bf1ababf32638b6d24594884469c68e5d (diff) | |
download | freebsd-ports-graphics-64f1911c14e34342f05d0a56b7e3f7d4aab22005.tar.gz freebsd-ports-graphics-64f1911c14e34342f05d0a56b7e3f7d4aab22005.tar.zst freebsd-ports-graphics-64f1911c14e34342f05d0a56b7e3f7d4aab22005.zip |
Convert e* to USES=zip
Diffstat (limited to 'emulators/ods2reader')
-rw-r--r-- | emulators/ods2reader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ods2reader/Makefile b/emulators/ods2reader/Makefile index c9719598713..ff7596e7fa4 100644 --- a/emulators/ods2reader/Makefile +++ b/emulators/ods2reader/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .ZIP MAINTAINER= ports@FreeBSD.org COMMENT= Copies files from VMS Files-11 (ODS2) file systems -USE_ZIP= yes +USES= zip:infozip EXTRACT_BEFORE_ARGS= -qoa NO_WRKSUBDIR= yes PLIST_FILES= bin/ods2reader |