diff options
author | seb <seb@pkgsrc.org> | 2003-02-06 14:22:16 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-02-06 14:22:16 +0000 |
commit | 266d8bff24d96940781aea5c21a3672d18b4e1d3 (patch) | |
tree | f9256658a4725001c0262c50394e694af7186f54 /net/lftp/Makefile | |
parent | a93fb0253fc06dcd4c0ba4e3ccf46406f9b80601 (diff) | |
download | pkgsrc-266d8bff24d96940781aea5c21a3672d18b4e1d3.tar.gz |
Fix build for NetBSD < 1.6.
Bump PKGREVISION
Diffstat (limited to 'net/lftp/Makefile')
-rw-r--r-- | net/lftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 1b1a0857a73..22e28a57cb4 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2003/01/31 17:01:57 salo Exp $ +# $NetBSD: Makefile,v 1.21 2003/02/06 14:22:16 seb Exp $ # DISTNAME= lftp-2.6.4 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ |