diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-11-29 20:22:07 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-11-29 20:22:07 +0000 |
commit | 1b33fd79cfeead12cc0069bcc0579dff59fe98d4 (patch) | |
tree | 5dd0dcdcdc084339f292a126869b4387cbd1babc /textproc/xlreader | |
parent | 10ce49dc56ab12e0db3f1a83005199b92ed5cdf9 (diff) |
Notes
Diffstat (limited to 'textproc/xlreader')
-rw-r--r-- | textproc/xlreader/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xlreader/Makefile b/textproc/xlreader/Makefile index c944f33b7db9..22ac8a9758c7 100644 --- a/textproc/xlreader/Makefile +++ b/textproc/xlreader/Makefile @@ -5,11 +5,12 @@ PORTNAME= xlreader PORTVERSION= 0.9.0 CATEGORIES= textproc MASTER_SITES= SF -EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert .xls spread sheets to tab delimited CSV or SQL inserts +USES= tar:tgz + PLIST_FILES= bin/xlreader post-patch: |