summaryrefslogtreecommitdiff
path: root/lang/f2c
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-09-08 21:08:41 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-09-08 21:08:41 +0000
commite3f4f7c6fab0b9c1e0e13e3be1b04eab3b5e82ff (patch)
tree8bbdc6c169c726a3ec8a83530840a5ce8e0bdf16 /lang/f2c
parentUpdate to 1.0 (diff)
- 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>
Notes
Notes: svn path=/head/; revision=241055
Diffstat (limited to 'lang/f2c')
-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