pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/arts Instead of using @dirrm for include/arts re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d34d58a3fe45
branches:  trunk
changeset: 492175:d34d58a3fe45
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Apr 05 21:18:07 2005 +0000

description:
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:

 audio/arts/PLIST |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r f82ecf264134 -r d34d58a3fe45 audio/arts/PLIST
--- a/audio/arts/PLIST  Tue Apr 05 20:47:39 2005 +0000
+++ b/audio/arts/PLIST  Tue Apr 05 21:18:07 2005 +0000
@@ -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 @@
 @dirrm lib/mcop
 @dirrm include/artsc
 @dirrm include/arts/gsl
-@dirrm include/arts
+@unexec ${RMDIR} %D/include/arts 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index