diff options
author | ale <ale@FreeBSD.org> | 2004-07-20 06:14:53 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-20 06:14:53 +0800 |
commit | 1fe3ec4af08fc220d424dd0e6e75dc15d0c6bbbb (patch) | |
tree | 0e7847949d8b2b91fcebda0b4b19ff9fdf1865e3 /CHANGES | |
parent | 45041a050b284e69f2ee1e329a1b95a7e7b09554 (diff) | |
download | freebsd-ports-gnome-1fe3ec4af08fc220d424dd0e6e75dc15d0c6bbbb.tar.gz freebsd-ports-gnome-1fe3ec4af08fc220d424dd0e6e75dc15d0c6bbbb.tar.zst freebsd-ports-gnome-1fe3ec4af08fc220d424dd0e6e75dc15d0c6bbbb.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 |