diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-30 18:56:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-30 18:56:10 +0000 |
commit | f79137fb5c1d9e178f92340442983b6c0d2f6675 (patch) | |
tree | 5195401980e8037a9b1b39fdd89539ac4ebd1ce5 /textproc | |
parent | 5a678876429c658edded6922cf470149c8eb98b4 (diff) | |
download | ports-f79137fb5c1d9e178f92340442983b6c0d2f6675.tar.gz ports-f79137fb5c1d9e178f92340442983b6c0d2f6675.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/apache-poi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/apache-poi/Makefile b/textproc/apache-poi/Makefile index 721d045ab852..eebdbc4ebc29 100644 --- a/textproc/apache-poi/Makefile +++ b/textproc/apache-poi/Makefile @@ -24,6 +24,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar OPTIONS_DEFINE= DOCS +USES= cpe +CPE_VENDOR= apache + .for i in ${JARNAMES} PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-${i}.jar .endfor |