diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-30 05:28:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-30 05:28:40 +0000 |
commit | c835f7625b3324bbaa95f760581d3588b4aafd76 (patch) | |
tree | 775041a855a3ecc5d6023ff50b00c0484ea5f87a /lang/php73 | |
parent | f7e3022e1cbe1ceae7228c7687b8e41a1ed60205 (diff) | |
download | freebsd-ports-c835f7625b3324bbaa95f760581d3588b4aafd76.zip |
Revert r500402 and unbreak all php73 ports
Pointy hat: amdmi3
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 1 | ||||
-rw-r--r-- | lang/php73/pkg-descr | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index c98514eeb73a..0580e66945ef 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -11,7 +11,6 @@ MAINTAINER= tz@FreeBSD.org COMMENT= PHP Scripting Language LICENSE= PHP301 -LICENSE_FILE= ${WRKSRC}/LICENSE USES+= tar:xz cpe gnome CPE_PRODUCT= php diff --git a/lang/php73/pkg-descr b/lang/php73/pkg-descr index ea14e767e1c9..a53cdb1bde68 100644 --- a/lang/php73/pkg-descr +++ b/lang/php73/pkg-descr @@ -5,4 +5,4 @@ Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. -WWW: https://www.php.net/ +WWW: http://www.php.net/ |