aboutsummaryrefslogtreecommitdiff
path: root/graphics/php-geos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/php-geos/Makefile')
-rw-r--r--graphics/php-geos/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/php-geos/Makefile b/graphics/php-geos/Makefile
index cd3a85bdf4de..4741161b251a 100644
--- a/graphics/php-geos/Makefile
+++ b/graphics/php-geos/Makefile
@@ -6,9 +6,9 @@ PORTVERSION= 1.0.0
CATEGORIES= graphics
MASTER_SITES= https://git.osgeo.org/gogs/geos/php-geos/archive/ \
LOCAL/sunpoet/${PKGNAMEPREFIX}${PORTNAME}
-PKGNAMEPREFIX= php-
+PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
DISTNAME= ${DISTVERSION}
-DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
+DIST_SUBDIR= php-${PORTNAME}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP bindings for GEOS
@@ -24,6 +24,6 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos
LDFLAGS+= -L${PREFIX}/lib
USES= php:ext
-WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
+WRKSRC= ${WRKDIR}/php-${PORTNAME}
.include <bsd.port.mk>