diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/php4-calendar/Makefile | 4 | ||||
-rw-r--r-- | misc/php4-mbstring/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/php4-calendar/Makefile b/misc/php4-calendar/Makefile index a8ff66e53ab..6afbeb38090 100644 --- a/misc/php4-calendar/Makefile +++ b/misc/php4-calendar/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:05:00 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/12/03 08:31:02 jlam Exp $ .include "../../www/php4/Makefile.module" MODNAME= calendar CATEGORIES+= misc -PHP_PKG_VERS= # empty +PKGREVISION= # empty COMMENT= PHP4 extension for calendar conversion support USE_BUILDLINK_ONLY= YES diff --git a/misc/php4-mbstring/Makefile b/misc/php4-mbstring/Makefile index 9668981a6c1..1de71299fd2 100644 --- a/misc/php4-mbstring/Makefile +++ b/misc/php4-mbstring/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/19 07:30:09 kei Exp $ +# $NetBSD: Makefile,v 1.2 2001/12/03 08:31:03 jlam Exp $ .include "../../www/php4/Makefile.module" MODNAME= mbstring CATEGORIES+= misc -PHP_PKG_VERS= # empty +PKGREVISION= # empty COMMENT= PHP4 extension for multibyte characters support (currently, Japanese only) USE_BUILDLINK_ONLY= YES |