diff options
author | marino <marino@FreeBSD.org> | 2014-05-31 23:23:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-31 23:23:44 +0800 |
commit | 300675a66d9b22247d25c5bb8309b11dbb63bcf4 (patch) | |
tree | c9a426051b39f219d0208655304009f7af6af744 /audio/xmcd/pkg-plist | |
parent | c00d3e1c1eff61d7c8b439a7d8f098d154385f5f (diff) | |
download | freebsd-ports-gnome-300675a66d9b22247d25c5bb8309b11dbb63bcf4.tar.gz freebsd-ports-gnome-300675a66d9b22247d25c5bb8309b11dbb63bcf4.tar.zst freebsd-ports-gnome-300675a66d9b22247d25c5bb8309b11dbb63bcf4.zip |
audio/xmcd: Unbreak on !amd64, support DragonFly
The staging attempted didn't go quite right as it was hardcoded for
FreeBSD 9 AMD. Since I'm fixing this anyway, bring in dports patches
to support DragonFly.
Diffstat (limited to 'audio/xmcd/pkg-plist')
-rw-r--r-- | audio/xmcd/pkg-plist | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/xmcd/pkg-plist b/audio/xmcd/pkg-plist index 300906e6ad5b..542af85f3aec 100644 --- a/audio/xmcd/pkg-plist +++ b/audio/xmcd/pkg-plist @@ -5,11 +5,11 @@ lib/X11/app-defaults/XMcd lib/X11/xmcd/app-defaults/XKeysymDB lib/X11/xmcd/app-defaults/XMcd lib/X11/xmcd/app-defaults/XMcd.sgi -lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%%/README -lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%%/cda -lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%%/gobrowser -lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%%/has_alsa -lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%%/xmcd +lib/X11/xmcd/bin-%%OPSYS%%_%%RELEASE%%-%%ARCH%%/README +lib/X11/xmcd/bin-%%OPSYS%%_%%RELEASE%%-%%ARCH%%/cda +lib/X11/xmcd/bin-%%OPSYS%%_%%RELEASE%%-%%ARCH%%/gobrowser +lib/X11/xmcd/bin-%%OPSYS%%_%%RELEASE%%-%%ARCH%%/has_alsa +lib/X11/xmcd/bin-%%OPSYS%%_%%RELEASE%%-%%ARCH%%/xmcd lib/X11/xmcd/config/.tbl/Acer lib/X11/xmcd/config/.tbl/Apple lib/X11/xmcd/config/.tbl/Aztech @@ -290,8 +290,8 @@ lib/X11/xmcd/scripts/genidx man/man1/cda.1.gz man/man1/xmcd.1.gz @dirrm lib/X11/xmcd/app-defaults -@dirrm lib/X11/xmcd/bin-FreeBSD_%%RELEASE%%-%%ARCH%% -@dirrmtry lib/X11/xmcd/lib-FreeBSD_%%RELEASE%%-%%ARCH%% +@dirrm lib/X11/xmcd/bin-%%OPSYS%%_%%RELEASE%%-%%ARCH%% +@dirrmtry lib/X11/xmcd/lib-%%OPSYS%%_%%RELEASE%%-%%ARCH%% @dirrm lib/X11/xmcd/config/.tbl @dirrm lib/X11/xmcd/config @dirrm lib/X11/xmcd/discog/Blues/General_Blues |