diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-03 08:30:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-03 08:30:58 +0000 |
commit | 8cc6055063825bd3ee82a403b134d011b5cac665 (patch) | |
tree | 6b4ebba68233fcf0b91b5a3e01770a992b1a3f27 /textproc | |
parent | 19dcecc87f4c5e85f956a5897667492f4d52772a (diff) | |
download | pkgsrc-8cc6055063825bd3ee82a403b134d011b5cac665.tar.gz |
Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number. G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php4-sablot/Makefile | 4 | ||||
-rw-r--r-- | textproc/php4-wddx/Makefile | 4 | ||||
-rw-r--r-- | textproc/php4-xml/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/php4-sablot/Makefile b/textproc/php4-sablot/Makefile index 4a1149b9d41..ee7d058587d 100644 --- a/textproc/php4-sablot/Makefile +++ b/textproc/php4-sablot/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2001/10/16 06:58:34 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/12/03 08:31:04 jlam Exp $ .include "../../www/php4/Makefile.module" MODNAME= sablot CATEGORIES+= textproc -PHP_PKG_VERS= # empty +PKGREVISION= # empty MAINTAINER= uithuis@dds.nl COMMENT= PHP4 XSLT functions using Sablotron diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile index c8529d166cc..83134592e39 100644 --- a/textproc/php4-wddx/Makefile +++ b/textproc/php4-wddx/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2001/10/29 05:43:47 jmc Exp $ +# $NetBSD: Makefile,v 1.4 2001/12/03 08:31:04 jlam Exp $ .include "../../www/php4/Makefile.module" MODNAME= wddx CATEGORIES+= textproc -PHP_PKG_VERS= # empty +PKGREVISION= # empty COMMENT= PHP4 extension for WDDX support DEPENDS+= php-session>=${PHP_BASE_VERS}:../../devel/php4-session diff --git a/textproc/php4-xml/Makefile b/textproc/php4-xml/Makefile index 994f92ec49d..bfbfaf89b5f 100644 --- a/textproc/php4-xml/Makefile +++ b/textproc/php4-xml/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2001/10/16 06:58:34 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/12/03 08:31:04 jlam Exp $ .include "../../www/php4/Makefile.module" MODNAME= xml CATEGORIES+= textproc -PHP_PKG_VERS= # empty +PKGREVISION= # empty COMMENT= PHP4 extension for parsing XML USE_BUILDLINK_ONLY= YES |