diff options
author | seb <seb@pkgsrc.org> | 2002-05-07 13:26:32 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-07 13:26:32 +0000 |
commit | bafdf8a7f18dfb185fdc5ac1591a1a2e226c6013 (patch) | |
tree | 91e1ae5653ceb9d89b9cc8639440d0c4a23db25d /net | |
parent | 3a9ea86baac1f5f45567182011ef177ce8a739f0 (diff) | |
download | pkgsrc-bafdf8a7f18dfb185fdc5ac1591a1a2e226c6013.tar.gz |
Replace target `do-configure' by `pre-configure' so REPLACE_PERL actually
makes things happen.
Bump PKGREVISION.
White space fix.
Diffstat (limited to 'net')
-rw-r--r-- | net/mirror/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/mirror/Makefile b/net/mirror/Makefile index 0996e8ae7aa..a8a2dd84f74 100644 --- a/net/mirror/Makefile +++ b/net/mirror/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2001/10/26 11:35:03 agc Exp $ +# $NetBSD: Makefile,v 1.16 2002/05/07 13:26:32 seb Exp $ # FreeBSD Id: Makefile,v 1.6 1996/12/01 01:22:54 obrien Exp # DISTNAME= mirror-2.9 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ @@ -17,13 +18,13 @@ SCRIPTS_ENV+= PERL5=${PERL5} REPLACE_PERL= do_unlinks.pl mirror.pl mm.pl pkgs_to_mmin.pl -do-configure: +pre-configure: cd ${WRKSRC}; \ for i in mirror.pl mm.pl; do \ ${SED} -e 's:!!PREFIX!!:${PREFIX}:g' $$i >$$i.BAK;\ ${MV} -f $$i.BAK $$i; \ done - + pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/mirror |