# New ports collection makefile for: rfc # Date created: 05 October 1999 # Whom: Chris D. Faulhaber # # $FreeBSD$ # PORTNAME= rfc PORTVERSION= 3.2.3 CATEGORIES= misc MASTER_SITES= http://www.dewn.com/rfc/ MAINTAINER= sean-freebsd@farley.org COMMENT= Perl script to search for RFC's RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m NO_BUILD= yes MAN1= rfc.1 PLIST_FILES= bin/rfc \ "@unexec rm -f %%PREFIX%%/etc/rfc-index" do-configure: @${REINPLACE_CMD} -e 's|/usr/local/etc/rfc|${PREFIX}/etc/rfc| ; \ s|/usr/local/etc/nmap|${PREFIX}/share/misc/nmap| ; \ s|/usr/bin/perl|${PERL}|' ${WRKSRC}/${PORTNAME}-${PORTVERSION} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} \ ${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1 .include s-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
* Update to 0.95.tobez2015-11-052-4/+3
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+1
* Cleanup plistbapt2014-10-20