diff options
author | ale <ale@FreeBSD.org> | 2007-06-20 13:43:16 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-06-20 13:43:16 +0800 |
commit | 581f4fd3fdc7855444fc5c9bc1f1671dc24d5b5c (patch) | |
tree | 385ebc13fbb9d9fd21fba6d476b924e13ccd5a2d /devel/pear | |
parent | ec469df9d848f7532606b653e51879f9be7f46e4 (diff) | |
download | freebsd-ports-gnome-581f4fd3fdc7855444fc5c9bc1f1671dc24d5b5c.tar.gz freebsd-ports-gnome-581f4fd3fdc7855444fc5c9bc1f1671dc24d5b5c.tar.zst freebsd-ports-gnome-581f4fd3fdc7855444fc5c9bc1f1671dc24d5b5c.zip |
Convert a @dirrm into @dirrmtry, since a few pear ports install files
into the same directories.
Submitted by: miwi
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} | \ |