Lines 1715-1721
Link Here
|
1715 |
|
1715 |
|
1716 |
.if defined(PERL_CONFIGURE) |
1716 |
.if defined(PERL_CONFIGURE) |
1717 |
USE_PERL5= yes |
1717 |
USE_PERL5= yes |
1718 |
USE_REINPLACE=yes |
|
|
1719 |
.endif |
1718 |
.endif |
1720 |
|
1719 |
|
1721 |
.if ${PERL_LEVEL} >= 500600 |
1720 |
.if ${PERL_LEVEL} >= 500600 |
Lines 1812-1822
Link Here
|
1812 |
RUN_DEPENDS+= gs:${PORTSDIR}/${GHOSTSCRIPT_PORT} |
1811 |
RUN_DEPENDS+= gs:${PORTSDIR}/${GHOSTSCRIPT_PORT} |
1813 |
.endif |
1812 |
.endif |
1814 |
|
1813 |
|
1815 |
# Special macro for doing in-place file editing using regexps |
1814 |
# Macro for doing in-place file editing using regexps |
1816 |
.if defined(USE_REINPLACE) |
|
|
1817 |
REINPLACE_ARGS?= -i.bak |
1815 |
REINPLACE_ARGS?= -i.bak |
1818 |
REINPLACE_CMD?= ${SED} ${REINPLACE_ARGS} |
1816 |
REINPLACE_CMD?= ${SED} ${REINPLACE_ARGS} |
1819 |
.endif |
|
|
1820 |
|
1817 |
|
1821 |
# Names of cookies used to skip already completed stages |
1818 |
# Names of cookies used to skip already completed stages |
1822 |
EXTRACT_COOKIE?= ${WRKDIR}/.extract_done.${PKGNAME}.${PREFIX:S/\//_/g} |
1819 |
EXTRACT_COOKIE?= ${WRKDIR}/.extract_done.${PKGNAME}.${PREFIX:S/\//_/g} |