diff options
Diffstat (limited to 'emulators/mupen64plus-core/Makefile')
-rw-r--r-- | emulators/mupen64plus-core/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/emulators/mupen64plus-core/Makefile b/emulators/mupen64plus-core/Makefile index d96b64503afb..577682741fe5 100644 --- a/emulators/mupen64plus-core/Makefile +++ b/emulators/mupen64plus-core/Makefile @@ -13,7 +13,7 @@ PKGNAMESUFFIX?= -core DIST_SUBDIR= ${PORTNAME} MAINTAINER?= ports@FreeBSD.org -COMMENT?= A fork of Mupen64 Nintendo 64 emulator +COMMENT?= Fork of Mupen64 Nintendo 64 emulator #PROJECTHOST= bsdistfiles USES= gmake pkgconfig @@ -27,9 +27,5 @@ OPTFLAGS= # MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" OPTFLAGS="${OPTFLAGS}" OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.include "${MASTERDIR}/Makefile.common" - -.include <bsd.port.post.mk> +.include "${.CURDIR}/../mupen64plus-core/Makefile.common" +.include <bsd.port.mk> |