diff options
-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 |