diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-19 00:03:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-19 00:03:30 +0000 |
commit | 60e1cd677847ee21b5997669b9446a14ef7514b3 (patch) | |
tree | c4cc9e56a1cc970ebc036e0610b8e9d046f0ee42 /audio/aureal-kmod | |
parent | cd2238361d667262e50cca04146db33348ae6957 (diff) | |
download | ports-60e1cd677847ee21b5997669b9446a14ef7514b3.tar.gz ports-60e1cd677847ee21b5997669b9446a14ef7514b3.zip |
implement @rmtry macro for the pkg-plist
Notes
Notes:
svn path=/head/; revision=211556
Diffstat (limited to 'audio/aureal-kmod')
-rw-r--r-- | audio/aureal-kmod/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/aureal-kmod/pkg-plist b/audio/aureal-kmod/pkg-plist index 7b3464cf7d54..19f23d44534c 100644 --- a/audio/aureal-kmod/pkg-plist +++ b/audio/aureal-kmod/pkg-plist @@ -1,6 +1,6 @@ etc/rc.d/aureal.sh.sample @unexec `if [ -e /bin/chflags ]; then echo /bin/chflags; else echo /usr/bin/chflags; fi` noschg %D/lib/au88x0/snd_au88?0.ko -@unexec rm -f %D/lib/au88x0/linker.hints +@rmtry lib/au88x0/linker.hints lib/au88x0/snd_au8810.ko lib/au88x0/snd_au8820.ko lib/au88x0/snd_au8830.ko |