aboutsummaryrefslogtreecommitdiff
path: root/archivers/fpc-unzip
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-04 00:19:19 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-04 00:19:19 +0000
commit94573d4286508f85978ba8bbdcced2d7a04ee23c (patch)
treec98d8ffcd937f4707da3007daa8e2d8c98fe9275 /archivers/fpc-unzip
parent2cddf18209482b3a93347c25fda7b2c852bcc492 (diff)
downloadports-94573d4286508f85978ba8bbdcced2d7a04ee23c.tar.gz
ports-94573d4286508f85978ba8bbdcced2d7a04ee23c.zip
Notes
Diffstat (limited to 'archivers/fpc-unzip')
-rw-r--r--archivers/fpc-unzip/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile
index 17e2048f01f9..14528d634926 100644
--- a/archivers/fpc-unzip/Makefile
+++ b/archivers/fpc-unzip/Makefile
@@ -1,7 +1,7 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= archivers lang
PKGNAMESUFFIX= -unzip
@@ -14,10 +14,4 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
-OPTIONS_DEFINE= UNZIP
-UNZIP_DESC= Install unzip tools
-OPTIONS_DEFAULT= UNZIP
-
-UNZIP_RUN_DEPENDS= unzip:archivers/unzip
-
.include "${MASTERDIR}/Makefile"