diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-19 13:11:33 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-19 13:11:33 +0000 |
| commit | 63d68d76486b5dbe413cb9bde44d1a3d67eaedc0 (patch) | |
| tree | 317e3090de42fb1dcc408aa1c9b93923453f1917 /sysutils/dirvish | |
| parent | 0555612be34b83372b715af1c23c77498e40dd1c (diff) | |
Notes
Diffstat (limited to 'sysutils/dirvish')
| -rw-r--r-- | sysutils/dirvish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dirvish/Makefile b/sysutils/dirvish/Makefile index c5221347409d..70e6d34cb94e 100644 --- a/sysutils/dirvish/Makefile +++ b/sysutils/dirvish/Makefile @@ -3,7 +3,7 @@ PORTNAME= dirvish PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils archivers MASTER_SITES= http://www.dirvish.org/ @@ -25,7 +25,7 @@ USE_PERL5= run EXECUTABLES= dirvish dirvish-expire dirvish-locate dirvish-runall do-patch: - @${SED} -e 's:%%CONFDIR%%:${PREFIX}/etc/dirvish:' -e 's:%%PERL%%:${PERL5}:' \ + @${SED} -e 's:%%CONFDIR%%:${PREFIX}/etc/dirvish:' -e 's:%%PERL%%:${PERL}:' \ ${FILESDIR}/header.pl > ${WRKDIR}/header.pl .for _E in ${EXECUTABLES} @(cd ${WRKSRC} && ${CAT} ${WRKDIR}/header.pl ${_E}.pl loadconfig.pl \ |
