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 | |
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
-rw-r--r-- | misc/newer/Makefile | 1 | ||||
-rw-r--r-- | print/pdfbox/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/misc/newer/Makefile b/misc/newer/Makefile index c693b5d6a25c..e7616123d2bd 100644 --- a/misc/newer/Makefile +++ b/misc/newer/Makefile @@ -14,7 +14,6 @@ COMMENT= Implementation of AT&T Research UNIX V8 newer(1) CONFLICTS= teTeX-base-[0-9]* tex-[0-9]* ja-ptex-base-* PLIST_FILES= bin/newer -NO_EXTRACT= yes do-build: ${CP} ${DISTDIR}/newer.c ${WRKDIR}/newer.c 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/} |