diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/batchftp | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/batchftp')
-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} |