diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
commit | 5271da855f0c5946ff1f3aa58fbe806871df2f87 (patch) | |
tree | 526d65e6697f1e03c06ab0d0f901688aa2c4e18d /emulators/mupen64plus-video-arachnoid | |
parent | 8730c99d5ea1ba861dbab3e0dbc07e16826b1a7a (diff) | |
download | ports-5271da855f0c5946ff1f3aa58fbe806871df2f87.tar.gz ports-5271da855f0c5946ff1f3aa58fbe806871df2f87.zip |
Notes
Diffstat (limited to 'emulators/mupen64plus-video-arachnoid')
-rw-r--r-- | emulators/mupen64plus-video-arachnoid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64plus-video-arachnoid/Makefile b/emulators/mupen64plus-video-arachnoid/Makefile index 9e7c3d860916..039d7a3306d2 100644 --- a/emulators/mupen64plus-video-arachnoid/Makefile +++ b/emulators/mupen64plus-video-arachnoid/Makefile @@ -19,7 +19,7 @@ OPTIONS_DEFINE= # CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME} LDFLAGS+= -L${LOCALBASE}/lib -EXTRACT_AFTER_ARGS= | ${TAR} -xf - +EXTRACT_AFTER_ARGS= # BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} |