diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-04 00:19:19 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-04 00:19:19 +0000 |
commit | 94573d4286508f85978ba8bbdcced2d7a04ee23c (patch) | |
tree | c98d8ffcd937f4707da3007daa8e2d8c98fe9275 /archivers/fpc-unzip | |
parent | 2cddf18209482b3a93347c25fda7b2c852bcc492 (diff) |
Notes
Diffstat (limited to 'archivers/fpc-unzip')
-rw-r--r-- | archivers/fpc-unzip/Makefile | 8 |
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" |