diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-27 01:09:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-27 01:09:55 +0000 |
commit | 5c7fe7cc8631599dccc2ec76b04a3edda42dcaa7 (patch) | |
tree | e6c19631f6347b29a5fe444c474c1994087430d3 /emulators/mupen64-sound | |
parent | 4c5a1f12c308024ab2a620286f7cd5bc2395277e (diff) |
[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>
Notes
Notes:
svn path=/head/; revision=125251
Diffstat (limited to 'emulators/mupen64-sound')
-rw-r--r-- | emulators/mupen64-sound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mupen64-sound/Makefile b/emulators/mupen64-sound/Makefile index 3e0f48545fcf..04be389c7b60 100644 --- a/emulators/mupen64-sound/Makefile +++ b/emulators/mupen64-sound/Makefile @@ -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 |