Skip to content

Commit

Permalink
graphics/php-geos: Fix MASTER_SITES
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 30, 2022
1 parent 48ca6dc commit d704108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphics/php-geos/Makefile
Expand Up @@ -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
Expand All @@ -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>

0 comments on commit d704108

Please sign in to comment.