diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-05-27 20:05:18 +0800 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-05-27 20:05:18 +0800 |
commit | a053e7ec0b4ead64a72554000d1b4dd1daf293c1 (patch) | |
tree | df134e02a92e1938cf251ced8f134b9e45015fa6 /Mk | |
parent | f48e67973eb0b288a61a99af865bcff728629f07 (diff) | |
download | freebsd-ports-gnome-a053e7ec0b4ead64a72554000d1b4dd1daf293c1.tar.gz freebsd-ports-gnome-a053e7ec0b4ead64a72554000d1b4dd1daf293c1.tar.zst freebsd-ports-gnome-a053e7ec0b4ead64a72554000d1b4dd1daf293c1.zip |
Correct type-- there is no bsd.ports.pre.mk
Approved by: ale (maintainer)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index c185af08b139..4365dd8d7689 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -15,7 +15,7 @@ # # USE_PHP= ext1 ext2 ext3 # -# The port can set these options in its Makefile before bsd.ports.pre.mk: +# The port can set these options in its Makefile before bsd.port.pre.mk: # # DEFAULT_PHP_VER=N - Use PHP version N if PHP is not yet installed. # IGNORE_WITH_PHP=N - The port doesn't work with PHP version N. |