diff options
author | zuntum <zuntum> | 2001-04-17 20:58:43 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-04-17 20:58:43 +0000 |
commit | 07c30285410885e2761ec478c3b5006a39c8c9c5 (patch) | |
tree | f4d5efeef2617324a393698ab939727d722685d7 /textproc/rfcutil | |
parent | 2583abd2199f6cce059c7cf767c507da50fd3484 (diff) | |
download | pkgsrc-07c30285410885e2761ec478c3b5006a39c8c9c5.tar.gz |
Revert last change, as Hubert requested
Diffstat (limited to 'textproc/rfcutil')
-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 4ca61374cfd..ec462d89705 100644 --- a/textproc/rfcutil/Makefile +++ b/textproc/rfcutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/04/17 10:49:26 zuntum Exp $ +# $NetBSD: Makefile,v 1.6 2001/04/17 20:58:43 zuntum Exp $ # DISTNAME= rfc-3.2 @@ -19,7 +19,7 @@ EXTRACT_ONLY= # NO_BUILD= YES USE_PERL5= YES -do-patch: +post-patch: ${SED} -e "s|/usr/bin/perl|${LOCALBASE}/bin/perl|g" \ -e "s|/usr/local|${PREFIX}|g" \ ${DISTDIR}/${DISTNAME} > ${WRKSRC}/rfc |