Lines 14-21
Link Here
|
14 |
MAINTAINER= johans@FreeBSD.org |
14 |
MAINTAINER= johans@FreeBSD.org |
15 |
COMMENT= GNU portability library |
15 |
COMMENT= GNU portability library |
16 |
|
16 |
|
17 |
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash |
|
|
18 |
|
19 |
USE_GMAKE= yes |
17 |
USE_GMAKE= yes |
20 |
USE_PERL5_RUN= yes |
18 |
USE_PERL5_RUN= yes |
21 |
|
19 |
|
Lines 34-41
Link Here
|
34 |
|
32 |
|
35 |
post-patch: |
33 |
post-patch: |
36 |
${REINPLACE_CMD} -e 's/date -u.*/stat -f %Sa -t "@set UPDATED %F %T" `ls -t $$^ | sed 1q` > $$@/' ${WRKSRC}/doc/Makefile |
34 |
${REINPLACE_CMD} -e 's/date -u.*/stat -f %Sa -t "@set UPDATED %F %T" `ls -t $$^ | sed 1q` > $$@/' ${WRKSRC}/doc/Makefile |
37 |
${REINPLACE_CMD} -e '1s@/bin/sh@${LOCALBASE}/bin/bash@' \ |
|
|
38 |
${WRKSRC}/gnulib-tool |
39 |
|
35 |
|
40 |
do-build: |
36 |
do-build: |
41 |
cd ${WRKSRC} && ${GMAKE} -C doc info html |
37 |
cd ${WRKSRC} && ${GMAKE} -C doc info html |