aboutsummaryrefslogtreecommitdiff
path: root/graphics/php-geos/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-30 22:04:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-30 22:21:06 +0000
commitd704108b30c5274ac33c8aa2b41f2868df045073 (patch)
tree5ed255d412df5196ce9341981812c967fba2479d /graphics/php-geos/Makefile
parent48ca6dc00bdb7952e07ce015c4e1c347b74a1253 (diff)
downloadports-d704108b30c5274ac33c8aa2b41f2868df045073.tar.gz
ports-d704108b30c5274ac33c8aa2b41f2868df045073.zip
graphics/php-geos: Fix MASTER_SITES
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 8bd78ccab332..e4f910c16e1c 100644
--- a/graphics/php-geos/Makefile
+++ b/graphics/php-geos/Makefile
@@ -4,10 +4,10 @@ PORTNAME= geos
PORTVERSION= 1.0.0
CATEGORIES= graphics
MASTER_SITES= https://git.osgeo.org/gogs/geos/php-geos/archive/ \
- LOCAL/sunpoet/${PKGNAMEPREFIX}${PORTNAME}
+ LOCAL/sunpoet/php-geos
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
DISTNAME= ${DISTVERSION}
-DIST_SUBDIR= php-${PORTNAME}
+DIST_SUBDIR= php-geos
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP bindings for GEOS
@@ -22,6 +22,6 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos
USES= localbase:ldflags php:ext
-WRKSRC= ${WRKDIR}/php-${PORTNAME}
+WRKSRC= ${WRKDIR}/php-geos
.include <bsd.port.mk>