diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-06-10 10:53:48 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-06-10 10:53:48 +0000 |
commit | 90643f60bfb05589a8c7a77422dd6992f14fec77 (patch) | |
tree | 68724dfff0a1b0ce971aa7863ddc871dc7a29d2c | |
parent | 7f567e99c07dc620fef5f772d00265a337042868 (diff) | |
download | pkgsrc-90643f60bfb05589a8c7a77422dd6992f14fec77.tar.gz |
Keep up with changes to lukemftp package: Correct the PKGNAME, and
sort the order of fields to placate pkglint.
-rw-r--r-- | net/lukemftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lukemftpd/Makefile b/net/lukemftpd/Makefile index f620427c221..c202c023520 100644 --- a/net/lukemftpd/Makefile +++ b/net/lukemftpd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2002/06/08 06:42:05 yyamano Exp $ +# $NetBSD: Makefile,v 1.9 2002/06/10 10:53:48 schmonz Exp $ # -PKGNAME= lukemftpd-1.2beta2 DISTNAME= lukemftpd-1.2-beta2 +PKGNAME= lukemftpd-1.2rc2 SVR4_PKGNAME= luftd CATEGORIES= net MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/ |