mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
[MAINTAINER UPDATE] emulators/mupen64-sound fix plist
Fix a problem with the mupen64-sound plist (it leaves a directory left over after it has been deleted) PR: 75520 Submitted by: Travis Poppe <tlp@LiquidX.org>
This commit is contained in:
parent
4c5a1f12c3
commit
5c7fe7cc86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125251
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mupen64
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= emulators
|
||||
MASTER_SITES= http://mupen64.emulation64.com/files/${PORTVERSION}/
|
||||
PKGNAMESUFFIX= -sound
|
||||
@ -24,7 +25,7 @@ ONLY_FOR_ARCHS= i386
|
||||
|
||||
PLUGIN_NAME= mupen64_audio
|
||||
PLIST_FILES= share/mupen64/plugins/${PLUGIN_NAME}.so
|
||||
PLIST_DIRS= share/mupen64/plugins
|
||||
PLIST_DIRS= share/mupen64/plugins share/mupen64
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|' ${WRKSRC}/main.c
|
||||
|
Loading…
Reference in New Issue
Block a user