diff options
author | agc <agc@pkgsrc.org> | 2014-11-04 22:38:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2014-11-04 22:38:26 +0000 |
commit | 6681a581af82db762cc79e176b3458ca5b63bf21 (patch) | |
tree | 7c3d08dc695742375db2b6cf3ab6f21e652e5d1a /net/tnftp/Makefile | |
parent | bae9e5d8ea37b0b0774fa3a33f007f4bd5d8bee3 (diff) | |
download | pkgsrc-6681a581af82db762cc79e176b3458ca5b63bf21.tar.gz |
Update tnftp package from 20141031 to 20141104
Bring over changes from source of truth in othersrc/usr.bin/tnftp
Changes since previous version:
-This is tnftp version 20141031.
+This is tnftp version 20141104.
+
+Changes in tnftp from 20141031 to 20141104:
+
+ Portability fixes.
With thanks to lukem for the nudge
Diffstat (limited to 'net/tnftp/Makefile')
-rw-r--r-- | net/tnftp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tnftp/Makefile b/net/tnftp/Makefile index 556dbfafd82..6f7d5d3811a 100644 --- a/net/tnftp/Makefile +++ b/net/tnftp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2014/10/31 18:59:32 spz Exp $ +# $NetBSD: Makefile,v 1.37 2014/11/04 22:38:26 agc Exp $ -DISTNAME= tnftp-20141031 +DISTNAME= tnftp-20141104 CATEGORIES= net MASTER_SITES= # empty DISTFILES= # empty @@ -14,7 +14,7 @@ MAINTAINER= lukem@NetBSD.org COMMENT= The enhanced FTP client in NetBSD LICENSE= original-bsd -BOOTSTRAP_PKG= yes +BOOTSTRAP_PKG= yes GNU_CONFIGURE= yes CHECK_PERMS= no |