svn commit: r301061 - head/lang/f2c
Maho Nakata
maho at FreeBSD.org
Wed Jul 18 05:27:04 UTC 2012
Author: maho
Date: Wed Jul 18 05:27:03 2012
New Revision: 301061
URL: http://svn.freebsd.org/changeset/ports/301061
Log:
Fix depedency to unzip command.
PR: 169615
Submitted by: Alexander Yerenkow <yerenkow at gmail.com>
Modified:
head/lang/f2c/Makefile
Modified: head/lang/f2c/Makefile
==============================================================================
--- head/lang/f2c/Makefile Wed Jul 18 04:58:30 2012 (r301060)
+++ head/lang/f2c/Makefile Wed Jul 18 05:27:03 2012 (r301061)
@@ -18,7 +18,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= maho at FreeBSD.org
COMMENT= Fortran-to-C converter and its run-time libraries
-EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
GUNZIP_CMD= minigzip -d
USE_GMAKE= yes
More information about the svn-ports-head
mailing list