git: d704108b30c5 - main - graphics/php-geos: Fix MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:23:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d704108b30c5274ac33c8aa2b41f2868df045073 commit d704108b30c5274ac33c8aa2b41f2868df045073 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-30 22:04:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-30 22:21:06 +0000 graphics/php-geos: Fix MASTER_SITES --- graphics/php-geos/Makefile | 6 +++--- 1 file 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>