From e3f4f7c6fab0b9c1e0e13e3be1b04eab3b5e82ff Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Tue, 8 Sep 2009 21:08:41 +0000 Subject: - 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html Noticed by: Dag-Erling Smørgrav --- databases/pgtcl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/pgtcl/Makefile b/databases/pgtcl/Makefile index 1491de09221d..ef31309a10f1 100644 --- a/databases/pgtcl/Makefile +++ b/databases/pgtcl/Makefile @@ -26,7 +26,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} EXTRACT_ONLY= ${_DISTFILES:M*tar.gz} DISTFILES+= pgtcldocs-20070115.zip:doc MASTER_SITES+= http://pgfoundry.org/frs/download.php/1228/:doc -BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip .endif post-configure: -- cgit v1.3