diff options
| author | joerg <joerg@pkgsrc.org> | 2006-01-12 13:28:57 +0000 |
|---|---|---|
| committer | joerg <joerg@pkgsrc.org> | 2006-01-12 13:28:57 +0000 |
| commit | ffc5a2961abe4d3cca9cc4c5487e03d16a5df57c (patch) | |
| tree | b9961d0f5143fdbe9d56c2139e0883e49c0a53f5 /net/batchftp/Makefile | |
| parent | fe1763056822027050f61cd72e99a6b4fcd09483 (diff) | |
| download | pkgsrc-ffc5a2961abe4d3cca9cc4c5487e03d16a5df57c.tar.gz | |
Prefer NAME_MAX over MAXNAMLEN, don't implement libc string functions
locally. Use dirent.h insteaf of sys/dir.h. Bump revision.
Diffstat (limited to 'net/batchftp/Makefile')
| -rw-r--r-- | net/batchftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/batchftp/Makefile b/net/batchftp/Makefile index 165f3f6a9a1..01a9185082c 100644 --- a/net/batchftp/Makefile +++ b/net/batchftp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2005/12/05 20:50:44 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2006/01/12 13:28:57 joerg Exp $ DISTNAME= batchftp102 PKGNAME= batchftp-1.02 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.fu-berlin.de/unix/network/batchftp/ |
