mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
devel/cdoc: remove build-time Perl dependency
PR: 53446 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
This commit is contained in:
parent
efea2eb0ef
commit
02ede4ec69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83305
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ COMMENT= Extracts documentation from C source code comments
|
||||||
BUILD_DEPENDS+= make+:${PORTSDIR}/devel/makeplus
|
BUILD_DEPENDS+= make+:${PORTSDIR}/devel/makeplus
|
||||||
|
|
||||||
USE_PERL5_RUN= yes
|
USE_PERL5_RUN= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||||
|
|
||||||
|
@ -23,7 +24,7 @@ DOCS= README
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
cd ${WRKSRC}; make+
|
cd ${WRKSRC}; make+
|
||||||
${PERL} -pi.orig -e 's,#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/cdoc
|
${REINPLACE_CMD} -e 's,#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/cdoc
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
cd ${WRKSRC}; make+ install
|
cd ${WRKSRC}; make+ install
|
||||||
|
|
Loading…
Add table
Reference in a new issue