diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-07 14:37:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-07 14:37:49 +0000 |
commit | d81157dcc9a1e1876ae8495d6f855313ba531f26 (patch) | |
tree | 7341570d8c5b945fb82de54fa5a16444a22e9f9e /net | |
parent | 470f11a70af499399918f2d00fe76053c407501c (diff) | |
download | pkgsrc-d81157dcc9a1e1876ae8495d6f855313ba531f26.tar.gz |
Honor BINOWN and BINGRP.
Diffstat (limited to 'net')
-rw-r--r-- | net/batchftp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/batchftp/Makefile b/net/batchftp/Makefile index 332f7088c46..dc242a8d97c 100644 --- a/net/batchftp/Makefile +++ b/net/batchftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:22:18 agc Exp $ +# $NetBSD: Makefile,v 1.9 2004/07/07 14:37:49 minskim Exp $ DISTNAME= batchftp102 PKGNAME= batchftp-1.02 @@ -10,6 +10,8 @@ COMMENT= Automatically download files via the FTP protocol WRKSRC= ${WRKDIR} +MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} + post-extract: ${LN} -fs ${FILESDIR}/Makefile ${WRKSRC} |