mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Fix build on 4.x: pod2man is in /usr/bin instead of ${LOCALBASE}/bin;
rely on it being in $PATH anyway PR: 53176 Submitted by: Sergei Kolobov <sergei@kolobov.com>
This commit is contained in:
parent
8e55f05bbe
commit
a54a9ec4a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82799
@ -14,7 +14,6 @@ MAINTAINER= sergei@kolobov.com
|
||||
COMMENT= Online synchronizer for Maildir-format mailboxes
|
||||
|
||||
USE_PERL5= yes
|
||||
POD2MAN= ${LOCALBASE}/bin/pod2man
|
||||
|
||||
MAN1= maildirsync.1
|
||||
|
||||
@ -26,7 +25,7 @@ BROKEN= This port requires Perl 5.6.0 or higher.
|
||||
|
||||
do-build:
|
||||
${PERL} -pi -e 's!/usr/bin/perl!${PERL}!' ${WRKSRC}/maildirsync.pl
|
||||
${POD2MAN} ${WRKSRC}/maildirsync.pod > ${WRKSRC}/maildirsync.1
|
||||
pod2man ${WRKSRC}/maildirsync.pod > ${WRKSRC}/maildirsync.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/maildirsync.pl ${PREFIX}/bin/maildirsync
|
||||
|
Loading…
Reference in New Issue
Block a user