summaryrefslogtreecommitdiff
path: root/databases/php-redis/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2014-12-03 21:49:20 +0000
committerrodent <rodent>2014-12-03 21:49:20 +0000
commit823d0f6a8677ee2be75ce60fc243b86563f1aa5e (patch)
tree0842b7e082eb4f3ef09642a9d448a36c4e735733 /databases/php-redis/Makefile
parent13cfe25e5071e17bf63a7d5157600840df1e1318 (diff)
downloadpkgsrc-823d0f6a8677ee2be75ce60fc243b86563f1aa5e.tar.gz
Fix WRKSRC.
Diffstat (limited to 'databases/php-redis/Makefile')
-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)