diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-06-20 05:43:16 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-06-20 05:43:16 +0000 |
commit | 34763da3551d47b1a79f21fd76f90008cffce5ff (patch) | |
tree | 7885c6be6d01c504d3448ee1e17acadd4764265c /devel/pear | |
parent | ac7f475e82a60809690fcd351e1db1dfa8397d00 (diff) | |
download | ports-34763da3551d47b1a79f21fd76f90008cffce5ff.tar.gz ports-34763da3551d47b1a79f21fd76f90008cffce5ff.zip |
Notes
Diffstat (limited to 'devel/pear')
-rw-r--r-- | devel/pear/bsd.pear.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear/bsd.pear.mk b/devel/pear/bsd.pear.mk index 4983e6258725..14a0f0082f81 100644 --- a/devel/pear/bsd.pear.mk +++ b/devel/pear/bsd.pear.mk @@ -110,7 +110,7 @@ do-generate-plist: for file in ${EXAMPLES}; do echo "%%PORTDOCS%%${LEXAMPLESDIR}/$${file}"; done; \ echo "${LPKGREGDIR}/package.xml"; \ for d in ${FILES} ${FILES:H}; do echo $${d}; done | ${DIRFILTER} | \ - while read dir; do echo "@dirrm ${LINSTDIR}/$${dir}"; done; \ + while read dir; do echo "@dirrmtry ${LINSTDIR}/$${dir}"; done; \ for d in ${TESTS}; do echo $${d}; done | ${DIRFILTER} | \ while read dir; do echo "@dirrm ${LTESTSDIR}/$${dir}"; done; \ for d in ${DATA}; do echo $${d}; done | ${DIRFILTER} | \ |