diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-23 13:28:50 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-23 13:28:50 +0800 |
commit | b6fb5d5aaa02ebd417e15efc62686b080cd7adc3 (patch) | |
tree | bcefc76ca1c7135844dd360e42f3bb0ab7fd2fe0 /lang/php_doc | |
parent | 004c0db1a8e72968f7a03e4d76b0516af6bef6ac (diff) | |
download | freebsd-ports-graphics-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.gz freebsd-ports-graphics-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.zst freebsd-ports-graphics-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.zip |
Use LS macro.
Diffstat (limited to 'lang/php_doc')
-rw-r--r-- | lang/php_doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile index 85947aa7e9f..fd41d196224 100644 --- a/lang/php_doc/Makefile +++ b/lang/php_doc/Makefile @@ -77,7 +77,7 @@ localfetch: ${MKDIR} ${LOCAL_TMPDIR}/${lang} cd ${LOCAL_TMPDIR}/${lang} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${LOCAL_DISTDIR}/php_manual_${lang}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} - (cd ${LOCAL_TMPDIR}/${lang} && /bin/ls -1) | ${PERL} -pe 'print "%%PHPDOCDIR%%/$_";' > ${.CURDIR}/pkg-plist.${lang} + (cd ${LOCAL_TMPDIR}/${lang} && ${LS} -1) | ${PERL} -pe 'print "%%PHPDOCDIR%%/$_";' > ${.CURDIR}/pkg-plist.${lang} ${ECHO_CMD} "@dirrm %%PHPDOCDIR%%" >> ${.CURDIR}/pkg-plist.${lang} ${RM} -rf ${LOCAL_TMPDIR}/${lang} .endfor |