From e33f1b1c8f76e88e6a54dc34db45fedf5b8fb6bf Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 22 May 2006 16:46:29 +0000 Subject: Remove directories with ${RMDIR}, not ${RM}, and fix argument (needs %D prefix). --- graphics/Coin/PLIST | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/Coin') 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 -- cgit v1.2.3