summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-12-03 21:49:20 +0000
committerrodent <rodent@pkgsrc.org>2014-12-03 21:49:20 +0000
commit048859cc29d912e950cdac2d58889cdd066e43d1 (patch)
tree0842b7e082eb4f3ef09642a9d448a36c4e735733 /databases
parentd29d25bae2fe05f0ff43272c0ae9d8d230d1e8bd (diff)
downloadpkgsrc-048859cc29d912e950cdac2d58889cdd066e43d1.tar.gz
Fix WRKSRC.
Diffstat (limited to 'databases')
-rw-r--r--databases/php-redis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/php-redis/Makefile b/databases/php-redis/Makefile
index 310d7fc5799..06381ec1641 100644
--- a/databases/php-redis/Makefile
+++ b/databases/php-redis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/11/10 20:28:32 rodent Exp $
+# $NetBSD: Makefile,v 1.7 2014/12/03 21:49:20 rodent Exp $
#
MODNAME= redis
@@ -14,7 +14,7 @@ HOMEPAGE= https://github.com/nicolasff/phpredis
COMMENT= PHP extension for Redis
LICENSE= php
-WRKSRC= ${WRKDIR}/nicolasff-phpredis-43bc590
+WRKSRC= ${WRKDIR}/phpredis-${PKGVERSION_NOREV}
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)