aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-09-09 05:08:41 +0800
committerwxs <wxs@FreeBSD.org>2009-09-09 05:08:41 +0800
commit80c615f5b129ba0159392d05531c6dd2a00efaf8 (patch)
tree70d8bd1b234ee7e65738f1e6f35058a339d0c395 /lang
parent1c6e933aef5407c3b18fdc2294cdf4b8ed5c8c25 (diff)
downloadfreebsd-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/Makefile2
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