aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"