diff options
author | bapt <bapt@FreeBSD.org> | 2016-06-18 23:07:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-06-18 23:07:33 +0800 |
commit | 551fa7876bf90c248f6be19266ecfb1fdaf18eab (patch) | |
tree | a752cfb4d7f923cb0dbd775f88904a378b3d3cd1 /audio | |
parent | 8c8b010fa773271b0743171434c4bb2c476265f0 (diff) | |
download | freebsd-ports-gnome-551fa7876bf90c248f6be19266ecfb1fdaf18eab.tar.gz freebsd-ports-gnome-551fa7876bf90c248f6be19266ecfb1fdaf18eab.tar.zst freebsd-ports-gnome-551fa7876bf90c248f6be19266ecfb1fdaf18eab.zip |
Do not try to play with chflags, pkg does it by itself already
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aureal-kmod/Makefile | 2 | ||||
-rw-r--r-- | audio/aureal-kmod/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index cfbd81068cb0..b56d8382dc70 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -3,7 +3,7 @@ PORTNAME= aureal PORTVERSION= 1.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PROJECTHOST= ${PORTNAME}-snd diff --git a/audio/aureal-kmod/pkg-plist b/audio/aureal-kmod/pkg-plist index bc4c0eced1c2..5b798a3a1ec1 100644 --- a/audio/aureal-kmod/pkg-plist +++ b/audio/aureal-kmod/pkg-plist @@ -1,4 +1,3 @@ -@unexec `if [ -e /bin/chflags ]; then echo /bin/chflags; else echo /usr/bin/chflags; fi` noschg /%%KMODDIR%%/snd_au88?0.ko /%%KMODDIR%%/snd_au8810.ko /%%KMODDIR%%/snd_au8820.ko /%%KMODDIR%%/snd_au8830.ko |