aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-05-18 12:38:55 +0800
committermiwi <miwi@FreeBSD.org>2012-05-18 12:38:55 +0800
commit28635113c390530945035a43dcea2d5aebd4d988 (patch)
tree297c56a931fc0d78beeac5c79918ff78602a3647 /databases
parentd14f6f0cd51ee30777db4707f5e9ba4c02481ba5 (diff)
downloadfreebsd-ports-gnome-28635113c390530945035a43dcea2d5aebd4d988.tar.gz
freebsd-ports-gnome-28635113c390530945035a43dcea2d5aebd4d988.tar.zst
freebsd-ports-gnome-28635113c390530945035a43dcea2d5aebd4d988.zip
- Fix WRKSRC
PR: 168089 Submitted by: Stephon Chen <stephon@gmail.com> Approved by: maintainer
Diffstat (limited to 'databases')
-rw-r--r--databases/pecl-handlersocket/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pecl-handlersocket/Makefile b/databases/pecl-handlersocket/Makefile
index d067a0ef3fef..d915465a88e2 100644
--- a/databases/pecl-handlersocket/Makefile
+++ b/databases/pecl-handlersocket/Makefile
@@ -18,7 +18,7 @@ COMMENT= A PECL extension for HandlerSocket
BUILD_DEPENDS= libhsclient>0:${PORTSDIR}/databases/libhsclient
-WRKSRC= ${WRKDIR}/php-${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PHP= yes
USE_PHPEXT= yes