diff options
Diffstat (limited to 'net/php4-ftp/Makefile')
-rw-r--r-- | net/php4-ftp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/php4-ftp/Makefile b/net/php4-ftp/Makefile index 86e26d12971..330c32235cf 100644 --- a/net/php4-ftp/Makefile +++ b/net/php4-ftp/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2002/11/05 07:33:17 martti Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/13 18:59:35 jdolecek Exp $ MODNAME= ftp CATEGORIES+= net -PKGREVISION= # empty +PKGREVISION= 1 COMMENT= PHP4 extension for FTP access USE_BUILDLINK2= YES +DISTINFO_FILE= ${.CURDIR}/distinfo .include "../../www/php4/Makefile.module" |