diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-18 15:07:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-18 15:07:33 +0000 |
commit | 5a4c1192902b79e87e53cee5cfed02a9caf6f78a (patch) | |
tree | a752cfb4d7f923cb0dbd775f88904a378b3d3cd1 /audio | |
parent | bca9860bb2f64f1d4e247b1cc24d001068199d6d (diff) | |
download | freebsd-ports-5a4c1192902b79e87e53cee5cfed02a9caf6f78a.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 |