summaryrefslogtreecommitdiff
path: root/www/php4
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-01 17:34:43 +0000
committerjlam <jlam@pkgsrc.org>2001-05-01 17:34:43 +0000
commitb73958a86e1f53a036e7b47749c2ddceae798a41 (patch)
treed38ce0381821d654e1d1b7dcd7086be747392ad8 /www/php4
parent5188c12f76b179e88005a90475e5eabfe70f7625 (diff)
downloadpkgsrc-b73958a86e1f53a036e7b47749c2ddceae798a41.tar.gz
Document PHP_PKG_VERS variable.
Diffstat (limited to 'www/php4')
-rw-r--r--www/php4/Makefile.module6
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"