diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 16:46:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 16:46:29 +0000 |
commit | e33f1b1c8f76e88e6a54dc34db45fedf5b8fb6bf (patch) | |
tree | ebd404a32868b0c90e9574ec97c2fae07470d7b1 /graphics/Coin | |
parent | 39cc9b38b378a07be290f632428857364251f3d3 (diff) | |
download | pkgsrc-e33f1b1c8f76e88e6a54dc34db45fedf5b8fb6bf.tar.gz |
Remove directories with ${RMDIR}, not ${RM}, and fix argument (needs %D
prefix).
Diffstat (limited to 'graphics/Coin')
-rw-r--r-- | graphics/Coin/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/Coin/PLIST b/graphics/Coin/PLIST index a7cd4539ff4..7a2ba3cba12 100644 --- a/graphics/Coin/PLIST +++ b/graphics/Coin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/11/08 20:10:08 rillig Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/05/22 16:46:29 wiz Exp $ bin/coin-config include/Inventor/C/base/hash.h include/Inventor/C/base/heap.h @@ -701,9 +701,9 @@ share/Coin/draggerDefaults/transformerDragger.iv share/Coin/draggerDefaults/translate1Dragger.iv share/Coin/draggerDefaults/translate2Dragger.iv share/aclocal/coin.m4 -@unexec ${RM} share/Coin/draggerDefaults 2>/dev/null || ${TRUE} -@unexec ${RM} share/Coin/conf 2>/dev/null || ${TRUE} -@unexec ${RM} share/Coin 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/Coin/draggerDefaults 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/Coin/conf 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/Coin 2>/dev/null || ${TRUE} @dirrm include/Inventor/threads @dirrm include/Inventor/system @dirrm include/Inventor/sensors |