diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 15:53:15 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 15:53:15 +0800 |
commit | fea0045ccf2435bf5f508222e0c3707161cd5ad2 (patch) | |
tree | d55652257ec9e47289493a40f8a5336c2c00f7fc /textproc | |
parent | 6e49999627c11c5a504c31a5fb2520c41e4c8f82 (diff) | |
download | freebsd-ports-gnome-fea0045ccf2435bf5f508222e0c3707161cd5ad2.tar.gz freebsd-ports-gnome-fea0045ccf2435bf5f508222e0c3707161cd5ad2.tar.zst freebsd-ports-gnome-fea0045ccf2435bf5f508222e0c3707161cd5ad2.zip |
portlint:
PREFIX -> LOCALBASE
pkg/COMMENT -> <70 chars
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sarep/Makefile | 2 | ||||
-rw-r--r-- | textproc/sarep/pkg-comment | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile index 30a227afdf20..0eb25b49864c 100644 --- a/textproc/sarep/Makefile +++ b/textproc/sarep/Makefile @@ -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} =' < diff --git a/textproc/sarep/pkg-comment b/textproc/sarep/pkg-comment index db4a6f33dd68..72cd541f38fc 100644 --- a/textproc/sarep/pkg-comment +++ b/textproc/sarep/pkg-comment @@ -1 +1 @@ -A command-line search & replace tool written in Perl, understand regex +Command-line search & replace tool written in Perl, understand regex |