diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-27 09:09:55 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-27 09:09:55 +0800 |
commit | 4638c723e5b31970538c54e5188acc1708f310cb (patch) | |
tree | 83233bc7967d8639a7d43bd01c67a8c856ea08e8 | |
parent | ebf872166cdadd3bb10eee64e29d3351dcd0d1c3 (diff) | |
download | freebsd-ports-gnome-4638c723e5b31970538c54e5188acc1708f310cb.tar.gz freebsd-ports-gnome-4638c723e5b31970538c54e5188acc1708f310cb.tar.zst freebsd-ports-gnome-4638c723e5b31970538c54e5188acc1708f310cb.zip |
[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>
-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 |