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 /net/php4-yp/Makefile | |
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 'net/php4-yp/Makefile')
-rw-r--r-- | net/php4-yp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/php4-yp/Makefile b/net/php4-yp/Makefile index ce199c0883b..5ee64531460 100644 --- a/net/php4-yp/Makefile +++ b/net/php4-yp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:08:38 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/12/03 08:31:03 jlam Exp $ .include "../../www/php4/Makefile.module" MODNAME= yp CATEGORIES+= net -PHP_PKG_VERS= # empty +PKGREVISION= # empty COMMENT= PHP4 extension for YP domain support USE_BUILDLINK_ONLY= YES |