diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
commit | 186c2e326cb8f9a0f44b44cdbf6314e0999b346e (patch) | |
tree | d6ef0b4cb3c1fa6a810fcdd9bfa232d1cf549823 /www/xaraya | |
parent | 6a77d20e05b80528dcd9a58bcc85fd76537a65da (diff) | |
download | ports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.tar.gz ports-186c2e326cb8f9a0f44b44cdbf6314e0999b346e.zip |
Notes
Diffstat (limited to 'www/xaraya')
-rw-r--r-- | www/xaraya/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xaraya/Makefile b/www/xaraya/Makefile index eb4d3ebd1ce6..85fa9e0605c4 100644 --- a/www/xaraya/Makefile +++ b/www/xaraya/Makefile @@ -56,7 +56,7 @@ post-install: -or -name upgrade.php ')' | ${SED} -e \ 's,^${PREFIX}/\(.*\),@unexec rm -f %D/\1 >/dev/null 2>\&1 || true,' >> ${TMPPLIST} @${FIND} ${PREFIX}/${XARAYADIR} -type d -and -path "*var*" | \ - ${SED} -e 's,^${PREFIX}/\(.*\),@unexec rmdir %D/\1 >/dev/null 2>\&1 || true,' | \ + ${SED} -e 's,^${PREFIX}/\(.*\),@dirrmtry \1,' | \ ${SORT} -r >> ${TMPPLIST} @${FIND} ${PREFIX}/${XARAYADIR} -type d -and ! -path "*var*" | \ ${SED} -e 's,^${PREFIX}/,@dirrm ,' | \ |