diff options
author | jlam <jlam> | 2001-05-01 17:34:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-01 17:34:43 +0000 |
commit | dafe9d799593dac3b406eeef78f1415cf5b615c6 (patch) | |
tree | d38ce0381821d654e1d1b7dcd7086be747392ad8 /www/php4/Makefile.module | |
parent | 4be334686a8243371427b69f07ae5fc67ff5a8a3 (diff) | |
download | pkgsrc-dafe9d799593dac3b406eeef78f1415cf5b615c6.tar.gz |
Document PHP_PKG_VERS variable.
Diffstat (limited to 'www/php4/Makefile.module')
-rw-r--r-- | www/php4/Makefile.module | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/php4/Makefile.module b/www/php4/Makefile.module index ac74e520246..0282191ee30 100644 --- a/www/php4/Makefile.module +++ b/www/php4/Makefile.module @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.module,v 1.4 2001/04/30 03:25:16 jlam Exp $ +# $NetBSD: Makefile.module,v 1.5 2001/05/01 17:34:43 jlam Exp $ # # This Makefile is provided to ease creating PHP4 packages for the extension # modules distributed in the PHP4 sources. @@ -6,6 +6,10 @@ # Just include this file, define MODNAME, define PHP_PKG_VERS if necessary, # add dependencies, and add the appropriate --with-configure-arg, then include # bsd.pkg.mk. +# +# PHP_PKG_VERS should be of the form "nbX" and is used to indicate revisions +# of the PHP4 module package that don't affect other PHP4 modules. It is +# typically left empty. .include "../../www/php4/Makefile.common" |