c84f7f7530
- Move all sed stuff into scrips/configure so it can be done in one pass (no post-configure target in Makefile anymore). - Use "compress" for $compress_prog instead of gzip; our compress needs the -f flag to make it quiet (additional pathes to mirror.pl) - Fix PASV handling (too strict a regexp -- breaks on Win NT servers that emulate UNIX behaviour -- NT added a trailing dot to the 227 message and ftp.pl was not tolerating that) - Add $PREFIX/bin and $PREFIX/sbin to $extra_path (leaving /usr/local directories in) - Do not modify ${WRKSRC}/mirror, it is a symlink in the distribution
19 lines
386 B
Makefile
19 lines
386 B
Makefile
# $NetBSD: Makefile,v 1.7 1998/08/29 18:05:56 kim Exp $
|
|
# FreeBSD Id: Makefile,v 1.6 1996/12/01 01:22:54 obrien Exp
|
|
#
|
|
|
|
DISTNAME= mirror-2.8
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
USE_PERL5= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= makefile
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/lib/mirror
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|