summaryrefslogtreecommitdiff
path: root/textproc/rfcutil
diff options
context:
space:
mode:
authorhubertf <hubertf>2005-07-18 20:00:22 +0000
committerhubertf <hubertf>2005-07-18 20:00:22 +0000
commit65babe4995fd30d5f3cad3c5fab6004ee697125a (patch)
tree5140174121a4df991c6d1385a1726507b54e4eed /textproc/rfcutil
parentc00eeac830a311d63bcd39429066f93d18985aa2 (diff)
downloadpkgsrc-65babe4995fd30d5f3cad3c5fab6004ee697125a.tar.gz
Fix path to RFC-database, it's most certainly not in /usr/local.
Bump revision.
Diffstat (limited to 'textproc/rfcutil')
-rw-r--r--textproc/rfcutil/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/rfcutil/Makefile b/textproc/rfcutil/Makefile
index d8553cf7e66..b793360dc4d 100644
--- a/textproc/rfcutil/Makefile
+++ b/textproc/rfcutil/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2005/07/16 01:19:24 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/07/18 20:00:22 hubertf Exp $
#
DISTNAME= rfc-3.2
PKGNAME= rfcutil-3.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www.dewn.com/rfc/
EXTRACT_SUFX= #
@@ -24,7 +24,9 @@ REPLACE_PERL= rfc
INSTALLATION_DIRS= bin
do-extract:
- ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/rfc
+ ${SED} \
+ -e 's,/usr/local,${PREFIX},' \
+ <${DISTDIR}/${DISTNAME} >${WRKSRC}/rfc
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/rfc ${PREFIX}/bin/rfc