diff options
Diffstat (limited to 'net/batchftp/Makefile')
-rw-r--r-- | net/batchftp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/batchftp/Makefile b/net/batchftp/Makefile index a84e1f7a157..332f7088c46 100644 --- a/net/batchftp/Makefile +++ b/net/batchftp/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:51:00 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:22:18 agc Exp $ DISTNAME= batchftp102 PKGNAME= batchftp-1.02 -WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= ftp://ftp.fu-berlin.de/unix/network/batchftp/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Automatically download files via the FTP protocol +WRKSRC= ${WRKDIR} + post-extract: ${LN} -fs ${FILESDIR}/Makefile ${WRKSRC} |