diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-06-30 04:46:46 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-06-30 04:46:46 +0000 |
commit | b994047b690d85c9d9f353ba440e0458b902fecf (patch) | |
tree | 0941222e1d75f3328265750cbb938279fc396c2d /emulators | |
parent | f71f4c24678e60c5f2615206dfa06f55261728cc (diff) | |
download | ports-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.common | 2 |
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" |