diff options
author | reed <reed@pkgsrc.org> | 2005-04-05 21:18:07 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-04-05 21:18:07 +0000 |
commit | 07fce1f09a2e827c529a6b484eb2cf1b72902f85 (patch) | |
tree | 7c3cca5d8aa2e5a81fd9d76c5ada59b9f4dcabef /audio/arts | |
parent | 4eb5bfa420a89116ffdf6c16994766c03b1bb6ed (diff) | |
download | pkgsrc-07fce1f09a2e827c529a6b484eb2cf1b72902f85.tar.gz |
Instead of using @dirrm for include/arts remove the directory
with:
@unexec ${RMDIR} %D/include/arts 2>/dev/null || ${TRUE}
This will stop it from complaining when you use pkg_add to
upgrade the arts package when kdelibs is still installed.
Okayed by maintainer, markd.
Diffstat (limited to 'audio/arts')
-rw-r--r-- | audio/arts/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/arts/PLIST b/audio/arts/PLIST index a8923ab5bf8..73c1dae757d 100644 --- a/audio/arts/PLIST +++ b/audio/arts/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2005/03/23 21:30:12 markd Exp $ +@comment $NetBSD: PLIST,v 1.8 2005/04/05 21:18:07 reed Exp $ bin/artsc-config bin/artscat bin/artsd @@ -137,4 +137,4 @@ lib/mcop/x11globalcomm.mcoptype @dirrm lib/mcop @dirrm include/artsc @dirrm include/arts/gsl -@dirrm include/arts +@unexec ${RMDIR} %D/include/arts 2>/dev/null || ${TRUE} |