diff options
author | antoine <antoine@FreeBSD.org> | 2016-11-13 15:56:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-11-13 15:56:28 +0800 |
commit | 50a3f1af81e6a2593706fb60021c02f30c104074 (patch) | |
tree | 52bf3dcbac4180f75a305ee9b6b8a6a5f2676cda /print/pdfbox | |
parent | b155e13d46f522d15744728738ed57a324c8ca58 (diff) | |
download | freebsd-ports-gnome-50a3f1af81e6a2593706fb60021c02f30c104074.tar.gz freebsd-ports-gnome-50a3f1af81e6a2593706fb60021c02f30c104074.tar.zst freebsd-ports-gnome-50a3f1af81e6a2593706fb60021c02f30c104074.zip |
NO_EXTRACT support was removed in 1998
Diffstat (limited to 'print/pdfbox')
-rw-r--r-- | print/pdfbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdfbox/Makefile b/print/pdfbox/Makefile index 7a83f64985a3..d479dfe3d9ac 100644 --- a/print/pdfbox/Makefile +++ b/print/pdfbox/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 1.8.11 CATEGORIES= print textproc java MASTER_SITES= APACHE/pdfbox/${PORTVERSION} DISTFILES= ${JAR_NAMES:S/$/-${PORTVERSION}.jar/} +EXTRACT_ONLY= # none MAINTAINER= ale@FreeBSD.org COMMENT= Java tool for working with PDF documents @@ -18,7 +19,6 @@ RUN_DEPENDS= ${JAVAJARDIR}/bcmail.jar:java/bouncycastle \ JAR_NAMES= pdfbox fontbox jempbox preflight xmpbox USE_JAVA= yes -NO_EXTRACT= yes NO_BUILD= yes PLIST_FILES= ${JAR_NAMES:S/^/%%JAVAJARDIR%%\//:S/$/.jar/} |