aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgtcl
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 /databases/pgtcl
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 'databases/pgtcl')
-rw-r--r--databases/pgtcl/Makefile2
1 files changed, 1 insertions, 1 deletions
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: