summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorreed <reed>2005-04-05 21:18:07 +0000
committerreed <reed>2005-04-05 21:18:07 +0000
commiteff8a8ea666b1d636dfff2ac6958bbaa1e44f826 (patch)
tree7c3cca5d8aa2e5a81fd9d76c5ada59b9f4dcabef /audio
parent8977b927becd3449e03c019e80e80104da125840 (diff)
downloadpkgsrc-eff8a8ea666b1d636dfff2ac6958bbaa1e44f826.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')
-rw-r--r--audio/arts/PLIST4
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}