From 99e6e164b01888ec7d49e64a42e4571bae2c1845 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 13 Nov 2016 07:56:28 +0000 Subject: [PATCH] NO_EXTRACT support was removed in 1998 --- misc/newer/Makefile | 1 - print/pdfbox/Makefile | 2 +- 2 files changed, 1 insertion(+), 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/}