diff options
Diffstat (limited to 'emulators/mupen64-base/Makefile')
-rw-r--r-- | emulators/mupen64-base/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/mupen64-base/Makefile b/emulators/mupen64-base/Makefile index 694c3c3c3300..fb779e108dfd 100644 --- a/emulators/mupen64-base/Makefile +++ b/emulators/mupen64-base/Makefile @@ -7,12 +7,13 @@ PORTNAME= mupen64 PORTVERSION?= 0.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators -MASTER_SITES= http://mupen64.emulation64.com/files/${PORTVERSION}/ \ +MASTER_SITES= http://mupen64.emulation64.com/files/${MUPEN64VERSION}/ \ ${MASTER_SITE_GENTOO:S|$|distfiles/|} PKGNAMESUFFIX?= -base -DISTNAME= ${PORTNAME}_src-${PORTVERSION} +DISTNAME?= ${PORTNAME}_src-${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER?= acm@FreeBSD.org COMMENT?= Mupen64 is a Nintendo 64 emulator |