1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00

portlint:

PREFIX -> LOCALBASE
	pkg/COMMENT -> <70 chars
This commit is contained in:
Michael Haro 2000-03-21 07:53:15 +00:00
parent c444faaf74
commit 1694d50ee9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26901
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ EXTRACT_SUFX=
MAINTAINER= ache@freebsd.org
RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS
EXTRACT_CMD= $(SED)
EXTRACT_BEFORE_ARGS= 's=^\#!/usr/bin/perl =\#!${PERL} =' <

View File

@ -1 +1 @@
A command-line search & replace tool written in Perl, understand regex
Command-line search & replace tool written in Perl, understand regex