diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-04 17:18:44 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-04 17:18:44 +0000 |
commit | 32e23fd557590dc701727b6cd7502f7ada719f9f (patch) | |
tree | 8935b7a0d59262e885998d0d32697c8fd34e2726 /emulators/mupen64plus-rsp-z64 | |
parent | 30d7d310d36b3284ac883203f9d89422852e824a (diff) |
Notes
Diffstat (limited to 'emulators/mupen64plus-rsp-z64')
-rw-r--r-- | emulators/mupen64plus-rsp-z64/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/mupen64plus-rsp-z64/Makefile b/emulators/mupen64plus-rsp-z64/Makefile index 4338523cabd1..c2b2e49bece9 100644 --- a/emulators/mupen64plus-rsp-z64/Makefile +++ b/emulators/mupen64plus-rsp-z64/Makefile @@ -1,9 +1,8 @@ # Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 2 PKGNAMESUFFIX= -rsp-z64 -DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin +DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugin COMMENT= Low-level RSP processor plugin for the Mupen64Plus |