sthen dea867ae7b it seems php have done some cdn shuffling, now the various country.php.net
are a single cdn backed server and issue a redirect to https://www.php.net/.
replace MASTER_SITES with the single https://www.php.net/distributions/.
this also suggests the mishmash of working and broken backends for
www.php.net that resulted in using secure.php.net as the homepage have
been cleaned up, so switch that back to https://www.php.net/.
2019-07-10 22:27:31 +00:00

9 lines
144 B
Makefile

# $OpenBSD: Makefile,v 1.19 2019/07/10 22:27:31 sthen Exp $
SUBDIR =
#SUBDIR += 7.1
SUBDIR += 7.2
SUBDIR += 7.3
.include <bsd.port.subdir.mk>