diff options
author | acm <acm@FreeBSD.org> | 2008-06-30 12:46:46 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2008-06-30 12:46:46 +0800 |
commit | 7b14aa76b2fa2cd80c4114e325ae022824966fcc (patch) | |
tree | f437128b0538b169eef1ea53449efab745496a42 /emulators | |
parent | 8047b0f2a9c592f61dc77178a93207a521bc451c (diff) | |
download | freebsd-ports-graphics-7b14aa76b2fa2cd80c4114e325ae022824966fcc.tar.gz freebsd-ports-graphics-7b14aa76b2fa2cd80c4114e325ae022824966fcc.tar.zst freebsd-ports-graphics-7b14aa76b2fa2cd80c4114e325ae022824966fcc.zip |
- Fix a build error with bsdcpio on 8.x
Submitted by: Kris
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 f0be355c641..9bc5cd52069 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" |