diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 22:14:53 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 22:14:53 +0000 |
commit | 0d70de7bee3230822a51121cdf8259584dff3467 (patch) | |
tree | 362980ee2751d75ff41a70110df2f187b6d3053c /CHANGES | |
parent | ed2da8c8846922e3e185b8ac5cecad1a2bb5a382 (diff) | |
download | freebsd-ports-0d70de7bee3230822a51121cdf8259584dff3467.zip |
Grammar fixes.
Submitted by: bmah
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -24,19 +24,19 @@ AUTHOR: ale@FreeBSD.org USE_PHP= ext1 ext2 ext3 ... in the port Makefile. A list of all PHP extensions is included in bsd.php.mk. - If the requirement is a build dependency, too, the port should also define: + If the requirement is a build dependency too, the port should also define: USE_PHP_BUILD=yes Moreover, the new knob WANT_PHP_SCR has been added to indicate that the port requires the 'php' binary to run. - Last but not list, many common operations done to build/install/register a - PHP extension can now be omitted from the port Makefile, if it defines: + Last but not least, many common operations to build/install/register a + PHP extension can now be omitted from the port Makefile if it defines: USE_PHPEXT= yes - For more information on this point and on additional variables, give a look - at bsd.php.mk. + For more information on this point and on additional variables, see + bsd.php.mk. 20040717: AUTHOR: eik@FreeBSD.org |