svn commit: r404608 - in head/emulators/mupen64plus: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 28 00:41:47 UTC 2015


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 at 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 at 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 ;)
 


More information about the svn-ports-all mailing list