diff options
author | wxs <wxs@FreeBSD.org> | 2009-09-09 05:08:41 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-09-09 05:08:41 +0800 |
commit | 80c615f5b129ba0159392d05531c6dd2a00efaf8 (patch) | |
tree | 70d8bd1b234ee7e65738f1e6f35058a339d0c395 /lang | |
parent | 1c6e933aef5407c3b18fdc2294cdf4b8ed5c8c25 (diff) | |
download | freebsd-ports-gnome-80c615f5b129ba0159392d05531c6dd2a00efaf8.tar.gz freebsd-ports-gnome-80c615f5b129ba0159392d05531c6dd2a00efaf8.tar.zst freebsd-ports-gnome-80c615f5b129ba0159392d05531c6dd2a00efaf8.zip |
- Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to be
"unzip -v" or similar which would break. Instead rely upon the unzip binary.
http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html
Noticed by: Dag-Erling Smørgrav <des@des.no>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/f2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 66fb7aa7078a..8a2aefe6ad92 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= maho@FreeBSD.org COMMENT= Fortran-to-C converter and its run-time libraries -EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip GUNZIP_CMD= minigzip -d USE_GMAKE= yes |