diff options
author | grant <grant> | 2004-03-11 13:01:01 +0000 |
---|---|---|
committer | grant <grant> | 2004-03-11 13:01:01 +0000 |
commit | 9343ff8cb0229708545d95cd6ad0089cf3703371 (patch) | |
tree | 35c516ff4feb2355038a5938258c1cb2056c991f /net/tnftp/Makefile | |
parent | 3e18e86248ee6f721042c9d7c3b9d549a80e480a (diff) | |
download | pkgsrc-9343ff8cb0229708545d95cd6ad0089cf3703371.tar.gz |
put a copy of the extracted tnftp sources in files/, required for
bootstrap.
ok'd by lukem.
Diffstat (limited to 'net/tnftp/Makefile')
-rw-r--r-- | net/tnftp/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/tnftp/Makefile b/net/tnftp/Makefile index 8c9bd18762c..1bdc178345f 100644 --- a/net/tnftp/Makefile +++ b/net/tnftp/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2004/01/15 10:35:49 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/11 13:01:01 grant Exp $ # DISTNAME= tnftp-20030825 SVR4_PKGNAME= tnftp CATEGORIES= net -MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/ +MASTER_SITES= # empty +DISTFILES= # empty MAINTAINER= lukem@NetBSD.org COMMENT= The enhanced FTP client in NetBSD @@ -14,6 +15,8 @@ GNU_CONFIGURE= YES CONFLICTS+= kth-krb4-[0-9]* CONFLICTS+= lukemftp-[0-9]* +NO_CHECKSUM= # defined + .include "../../mk/bsd.prefs.mk" # Include SOCKS firewall support @@ -36,4 +39,7 @@ CONFIGURE_ARGS+= --disable-ipv6 OPSYSVARS+= MAKE_ENV MAKE_ENV.SunOS+= CPPFLAGS="" +do-extract: + @${CP} -Rp ${FILESDIR} ${WRKSRC} + .include "../../mk/bsd.pkg.mk" |