diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 08:19:19 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 08:19:19 +0800 |
commit | 00550776c4d07ce329fc8fb46f2a1c786cd54ae4 (patch) | |
tree | c98d8ffcd937f4707da3007daa8e2d8c98fe9275 /archivers | |
parent | 85d51122e68bafd6cbfdeea9981a1a90464dccca (diff) | |
download | freebsd-ports-gnome-00550776c4d07ce329fc8fb46f2a1c786cd54ae4.tar.gz freebsd-ports-gnome-00550776c4d07ce329fc8fb46f2a1c786cd54ae4.tar.zst freebsd-ports-gnome-00550776c4d07ce329fc8fb46f2a1c786cd54ae4.zip |
archivers/fpc-unzip: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0). This renders the ports
option UNZIP redendant as well, so just remove it completely and bump.
Diffstat (limited to 'archivers')
-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" |