diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-10-28 21:00:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-10-28 21:00:21 +0000 |
commit | 74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1 (patch) | |
tree | ad48552829801c7ac676a81a3cae90784899deb1 /emulators/mupen64-base | |
parent | 177bfcca33f906e2fba90964362be8334951b265 (diff) | |
download | ports-74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1.tar.gz ports-74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1.zip |
Notes
Diffstat (limited to 'emulators/mupen64-base')
-rw-r--r-- | emulators/mupen64-base/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mupen64-base/Makefile.common b/emulators/mupen64-base/Makefile.common index 18a4802f5cbe..ed375e50c602 100644 --- a/emulators/mupen64-base/Makefile.common +++ b/emulators/mupen64-base/Makefile.common @@ -73,7 +73,7 @@ EXTRACT_AFTER_ARGS+= ${DISTNAME}/rsp_hle .if ${PKGNAMESUFFIX} == "-glide" ALL_TARGET= plugins/Glide64.so -MD5_FILE= ${.CURDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo DISTNAME= ${PKGNAMESUFFIX:S/-//:S/$/64/}-${PORTVERSION:S/$/.SP8/} EXTRACT_AFTER_ARGS= | ${TAR} -xf - @@ -83,7 +83,7 @@ EXTRA_PATCHES= # .if ${PKGNAMESUFFIX} == "-tr64" ALL_TARGET= plugins/tr64gl.so -MD5_FILE= ${.CURDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo DISTNAME= ${PKGNAMESUFFIX:S/-//}_ogl_gtk2-${PORTVERSION} EXTRACT_AFTER_ARGS= | ${TAR} -xf - |