svn commit: r514769 - head/www/pear-HTTP_Request2

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 19 08:08:09 UTC 2019


Author: tobik
Date: Sat Oct 19 08:08:08 2019
New Revision: 514769
URL: https://svnweb.freebsd.org/changeset/ports/514769

Log:
  www/pear-HTTP_Request2: Spell *_DESC correctly

Modified:
  head/www/pear-HTTP_Request2/Makefile

Modified: head/www/pear-HTTP_Request2/Makefile
==============================================================================
--- head/www/pear-HTTP_Request2/Makefile	Sat Oct 19 07:57:59 2019	(r514768)
+++ head/www/pear-HTTP_Request2/Makefile	Sat Oct 19 08:08:08 2019	(r514769)
@@ -14,8 +14,8 @@ RUN_DEPENDS=	${PEARDIR}/Net/URL2.php:net/pear-Net_URL2
 
 OPTIONS_DEFINE=	CURL FILEINFO ZLIB
 CURL_DESC=	PHP CURL extension support
-FILEINF_DESC=	PHP FILEINFO extension support
-ZLI_DESC=	PECL ZLIB support
+FILEINFO_DESC=	PHP FILEINFO extension support
+ZLIB_DESC=	PECL ZLIB support
 
 USES=	pear
 


More information about the svn-ports-head mailing list