aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-06-30 04:46:46 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-06-30 04:46:46 +0000
commitb994047b690d85c9d9f353ba440e0458b902fecf (patch)
tree0941222e1d75f3328265750cbb938279fc396c2d /emulators
parentf71f4c24678e60c5f2615206dfa06f55261728cc (diff)
downloadports-b994047b690d85c9d9f353ba440e0458b902fecf.tar.gz
ports-b994047b690d85c9d9f353ba440e0458b902fecf.zip
- Fix a build error with bsdcpio on 8.x
Submitted by: Kris
Notes
Notes: svn path=/head/; revision=216011
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mupen64-base/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64-base/Makefile.common b/emulators/mupen64-base/Makefile.common
index f0be355c6414..9bc5cd520691 100644
--- a/emulators/mupen64-base/Makefile.common
+++ b/emulators/mupen64-base/Makefile.common
@@ -67,7 +67,7 @@ EXTRACT_AFTER_ARGS+= ${DISTNAME}/mupen64_soft_gfx
.if ${PKGNAMESUFFIX} == "-rsp"
ALL_TARGET= plugins/mupen64_hle_rsp_azimer.so
-EXTRACT_AFTER_ARGS+= ${DISTNAME}/Makefile ${DISTNAME}/rsp_hle
+EXTRACT_AFTER_ARGS+= ${DISTNAME}/rsp_hle
.endif
.if ${PKGNAMESUFFIX} == "-glide"