diff options
Diffstat (limited to 'net/tnftp/Makefile.common')
-rw-r--r-- | net/tnftp/Makefile.common | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net/tnftp/Makefile.common b/net/tnftp/Makefile.common deleted file mode 100644 index a388e7c9190..00000000000 --- a/net/tnftp/Makefile.common +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile.common,v 1.3 2007/08/07 04:56:22 lukem Exp $ - -DISTNAME= tnftp-20070806 -SVR4_PKGNAME= tnftp -MASTER_SITES= # empty -DISTFILES= # empty - -# distfile obtained from: ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp - -MAINTAINER= lukem@NetBSD.org -COMMENT= The enhanced FTP client in NetBSD - -GNU_CONFIGURE= YES - -NO_CHECKSUM= yes -NO_MTREE= yes - -FILESDIR= ${.CURDIR}/../../net/tnftp/files -PKGDIR= ${.CURDIR}/../../net/tnftp - -OPSYSVARS+= MAKE_ENV -MAKE_ENV.SunOS+= CPPFLAGS="" - -.include "../../mk/bsd.prefs.mk" - -do-extract: - @${CP} -R ${FILESDIR} ${WRKSRC} - @${RM} -f ${WRKSRC}/INSTALL |