diff options
author | jlam <jlam> | 2001-12-03 08:30:58 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-12-03 08:30:58 +0000 |
commit | aaf4c450cab7e425c77a17ae6e8ab04f22e4ff95 (patch) | |
tree | 6b4ebba68233fcf0b91b5a3e01770a992b1a3f27 /net/php4-ftp | |
parent | c43c2b0254fd77a72b7afa2d08fc7400e93ffd72 (diff) | |
download | pkgsrc-aaf4c450cab7e425c77a17ae6e8ab04f22e4ff95.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 'net/php4-ftp')
-rw-r--r-- | net/php4-ftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/php4-ftp/Makefile b/net/php4-ftp/Makefile index 0c556e2501b..ceaf5fb2a87 100644 --- a/net/php4-ftp/Makefile +++ b/net/php4-ftp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:06:52 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/12/03 08:31:03 jlam Exp $ .include "../../www/php4/Makefile.module" MODNAME= ftp CATEGORIES+= net -PHP_PKG_VERS= # empty +PKGREVISION= # empty COMMENT= PHP4 extension for FTP access USE_BUILDLINK_ONLY= YES |