Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2015 00:41:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404608 - in head/emulators/mupen64plus: . files
Message-ID:  <201512280041.tBS0fkmq065828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec 28 00:41:45 2015
New Revision: 404608
URL: https://svnweb.freebsd.org/changeset/ports/404608

Log:
  - Convert to USES=metaport
  - Don't cat pkg-message from Makefile
  - No need to sub pkg-message
  
  PR:		201565
  Submitted by:	s3erios@gmail.com
  Approved by:	maintainer timeout (acm, 5 months)

Added:
  head/emulators/mupen64plus/pkg-message
     - copied, changed from r404607, head/emulators/mupen64plus/files/pkg-message.in
Deleted:
  head/emulators/mupen64plus/files/
Modified:
  head/emulators/mupen64plus/Makefile

Modified: head/emulators/mupen64plus/Makefile
==============================================================================
--- head/emulators/mupen64plus/Makefile	Sun Dec 27 23:24:09 2015	(r404607)
+++ head/emulators/mupen64plus/Makefile	Mon Dec 28 00:41:45 2015	(r404608)
@@ -5,9 +5,6 @@ PORTNAME=	mupen64plus
 PORTVERSION=	2.5
 PORTREVISION?=	0
 CATEGORIES=	emulators
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER?=	acm@FreeBSD.org
 COMMENT=	Fork of Mupen64 Nintendo 64 emulator with plugins (meta port)
@@ -29,13 +26,6 @@ RUN_DEPENDS+=	${LOCALBASE}/lib/${PORTNAM
 # RSP plugins
 RUN_DEPENDS+=	${LOCALBASE}/lib/${PORTNAME}/mupen64plus-rsp-hle.so:${PORTSDIR}/emulators/mupen64plus-rsp-hle
 
-NO_MTREE=	yes
-NO_BUILD=	yes
-SUB_FILES=	pkg-message
-
-do-install:	# empty
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+USES=		metaport
 
 .include <bsd.port.mk>

Copied and modified: head/emulators/mupen64plus/pkg-message (from r404607, head/emulators/mupen64plus/files/pkg-message.in)
==============================================================================
--- head/emulators/mupen64plus/files/pkg-message.in	Sun Dec 27 23:24:09 2015	(r404607, copy source)
+++ head/emulators/mupen64plus/pkg-message	Mon Dec 28 00:41:45 2015	(r404608)
@@ -25,7 +25,7 @@ video) of Mupen64Plus and
 
 5) If you want to install a GUI frontend of mupen64plus, you can install 
    
-  emulators/wxmupen64plus
+   emulators/wxmupen64plus
 
 6) Enjoy it ;)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512280041.tBS0fkmq065828>