diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-28 03:26:37 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-28 03:26:37 +0000 |
commit | 9069523d7779bfbb48d1bafb752a2e04c65eca80 (patch) | |
tree | 13845ba8be2523425f44bf0e968dd523fa946eb9 /misc/rfc | |
parent | Update to 1.0.55 (diff) |
Update port to 2.1
Notes
Notes:
svn path=/head/; revision=24192
Diffstat (limited to 'misc/rfc')
-rw-r--r-- | misc/rfc/Makefile | 11 | ||||
-rw-r--r-- | misc/rfc/distinfo | 2 | ||||
-rw-r--r-- | misc/rfc/pkg-descr | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile index bec0a58a1fda..a8a7748156ce 100644 --- a/misc/rfc/Makefile +++ b/misc/rfc/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: rfc -# Version required: 2.0 +# Version required: 2.1 # Date created: 05 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # @@ -7,12 +7,12 @@ # DISTNAME= rfc -PKGNAME= rfc-2.0 +PKGNAME= rfc-2.1 CATEGORIES= misc MASTER_SITES= http://www.dewn.com/rfc/ EXTRACT_SUFX= -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx @@ -24,9 +24,8 @@ do-extract: @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME} do-configure: - @${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}.orig - @${SED} -e 's|/etc/rfc|${PREFIX}/etc/rfc|' -e 's|/etc/nmap|${PREFIX}/share/misc/nmap|' \ - < ${WRKDIR}/${DISTNAME}.orig > ${WRKDIR}/${DISTNAME} + @${PERL} -pi.orig -e 's|/etc/rfc|${PREFIX}/etc/rfc|' ${WRKDIR}/${DISTNAME} + @${PERL} -pi.orig -e 's|/etc/nmap|${PREFIX}/share/misc/nmap|' ${WRKDIR}/${DISTNAME} do-install: ${INSTALL_SCRIPT} ${WRKDIR}/rfc ${PREFIX}/bin/rfc diff --git a/misc/rfc/distinfo b/misc/rfc/distinfo index 62a5a6a6f3f8..91e1c85cbaba 100644 --- a/misc/rfc/distinfo +++ b/misc/rfc/distinfo @@ -1 +1 @@ -MD5 (rfc) = 96df9ac52eccfa0bce7abc24e7bcc341 +MD5 (rfc) = 43f076103a37714e16cb7ced5dd81fe8 diff --git a/misc/rfc/pkg-descr b/misc/rfc/pkg-descr index 0de3bfc62f79..8d284939e1af 100644 --- a/misc/rfc/pkg-descr +++ b/misc/rfc/pkg-descr @@ -6,4 +6,4 @@ viewed. WWW: http://www.dewn.com/rfc/ - Chris D. Faulhaber -jedgar@fxp.org +jedgar@FreeBSD.org |