aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2008-12-05 11:58:06 +0800
committeracm <acm@FreeBSD.org>2008-12-05 11:58:06 +0800
commitd3d15d86372bd29b3ac55b32953554ac3ded1542 (patch)
tree052e2cf580fc4f7ae587c727c050d790e3208d90 /emulators
parent188a66132fbda6e9503c35c96362899dcb0071af (diff)
downloadfreebsd-ports-gnome-d3d15d86372bd29b3ac55b32953554ac3ded1542.tar.gz
freebsd-ports-gnome-d3d15d86372bd29b3ac55b32953554ac3ded1542.tar.zst
freebsd-ports-gnome-d3d15d86372bd29b3ac55b32953554ac3ded1542.zip
- Fix a problem with emulators/mupen64-tr64 and emulators/mupen64-glide ports
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mupen64-base/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/mupen64-base/Makefile.common b/emulators/mupen64-base/Makefile.common
index 9bc5cd520691..18a4802f5cbe 100644
--- a/emulators/mupen64-base/Makefile.common
+++ b/emulators/mupen64-base/Makefile.common
@@ -76,8 +76,8 @@ ALL_TARGET= plugins/Glide64.so
MD5_FILE= ${.CURDIR}/distinfo
DISTNAME= ${PKGNAMESUFFIX:S/-//:S/$/64/}-${PORTVERSION:S/$/.SP8/}
-EXTRACT_AFTER_ARGS+= ${DISTNAME}
-EXTRA_PATCHES= #
+EXTRACT_AFTER_ARGS= | ${TAR} -xf -
+EXTRA_PATCHES= #
.endif
.if ${PKGNAMESUFFIX} == "-tr64"
@@ -86,7 +86,7 @@ ALL_TARGET= plugins/tr64gl.so
MD5_FILE= ${.CURDIR}/distinfo
DISTNAME= ${PKGNAMESUFFIX:S/-//}_ogl_gtk2-${PORTVERSION}
-EXTRACT_AFTER_ARGS+= ${PKGNAMESUFFIX:S/-//}_ogl-${PORTVERSION}
+EXTRACT_AFTER_ARGS= | ${TAR} -xf -
EXTRA_PATCHES= #
WRKSRC= ${WRKDIR}/${PKGNAMESUFFIX:S/-//}_ogl-${PORTVERSION}