diff options
author | zuntum <zuntum> | 2001-04-17 10:49:26 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-04-17 10:49:26 +0000 |
commit | 5c2dda910c3c5aab0e1f623cd388afcf9511d67d (patch) | |
tree | c29401b3ee9856c193fa5fa7b1eccbda358091eb | |
parent | 33f0a7d58e16d78b613b77e6fc60b257fbe1c459 (diff) | |
download | pkgsrc-5c2dda910c3c5aab0e1f623cd388afcf9511d67d.tar.gz |
Put sed substitution to "do-patch", not "post-patch", as we don't
actually have patches for it. Main reason for this is that I was taken
aback when I read the Makefile.
-rw-r--r-- | textproc/rfcutil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rfcutil/Makefile b/textproc/rfcutil/Makefile index 9f5d30a284e..4ca61374cfd 100644 --- a/textproc/rfcutil/Makefile +++ b/textproc/rfcutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/04/07 21:45:47 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/17 10:49:26 zuntum Exp $ # DISTNAME= rfc-3.2 @@ -19,7 +19,7 @@ EXTRACT_ONLY= # NO_BUILD= YES USE_PERL5= YES -post-patch: +do-patch: ${SED} -e "s|/usr/bin/perl|${LOCALBASE}/bin/perl|g" \ -e "s|/usr/local|${PREFIX}|g" \ ${DISTDIR}/${DISTNAME} > ${WRKSRC}/rfc |