aboutsummaryrefslogtreecommitdiff
path: root/devel/pear
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-06-20 05:43:16 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-06-20 05:43:16 +0000
commit34763da3551d47b1a79f21fd76f90008cffce5ff (patch)
tree7885c6be6d01c504d3448ee1e17acadd4764265c /devel/pear
parentac7f475e82a60809690fcd351e1db1dfa8397d00 (diff)
downloadports-34763da3551d47b1a79f21fd76f90008cffce5ff.tar.gz
ports-34763da3551d47b1a79f21fd76f90008cffce5ff.zip
Convert a @dirrm into @dirrmtry, since a few pear ports install files
into the same directories. Submitted by: miwi
Notes
Notes: svn path=/head/; revision=193920
Diffstat (limited to 'devel/pear')
-rw-r--r--devel/pear/bsd.pear.mk2
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} | \