aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 22:14:53 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 22:14:53 +0000
commit0d70de7bee3230822a51121cdf8259584dff3467 (patch)
tree362980ee2751d75ff41a70110df2f187b6d3053c /CHANGES
parented2da8c8846922e3e185b8ac5cecad1a2bb5a382 (diff)
downloadports-0d70de7bee3230822a51121cdf8259584dff3467.tar.gz
ports-0d70de7bee3230822a51121cdf8259584dff3467.zip
Grammar fixes.
Submitted by: bmah
Notes
Notes: svn path=/head/; revision=114253
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 22da47fba56e..224f315beb76 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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