Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 13:45:24 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328691 - head/emulators/javatari
Message-ID:  <201309291345.r8TDjOAw098957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Sep 29 13:45:23 2013
New Revision: 328691
URL: http://svnweb.freebsd.org/changeset/ports/328691

Log:
  - Add "Created by" line to header
  - Change maintainer email to @FreeBSD.org
  - Add stage support
  
  Approved by:	culot (mentor)

Modified:
  head/emulators/javatari/Makefile

Modified: head/emulators/javatari/Makefile
==============================================================================
--- head/emulators/javatari/Makefile	Sun Sep 29 13:44:12 2013	(r328690)
+++ head/emulators/javatari/Makefile	Sun Sep 29 13:45:23 2013	(r328691)
@@ -1,3 +1,4 @@
+# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	javatari
@@ -8,7 +9,7 @@ DISTNAME=	${PORTNAME}330
 EXTRACT_SUFX=	.jar
 EXTRACT_ONLY=
 
-MAINTAINER=	danilogondolfo@gmail.com
+MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Multiplayer Atari 2600 emulator written in pure Java
 
 EXTRACT_DEPENDS=	${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
@@ -25,15 +26,14 @@ JARFILE=	${DISTNAME}${EXTRACT_SUFX}
 DESKTOP_ENTRIES=	"Javatari" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" "Application;Game;" ${FALSE}
 PLIST_FILES+=	share/pixmaps/${PORTNAME}.png
 
-NO_STAGE=	yes
 post-extract:
 	@(cd ${DISTDIR}/${DIST_SUBDIR} && ${UNZIP_CMD} -d ${WRKDIR} ${JARFILE} \
 		org/javatari/pc/screen/images/LogoIcon32.png)
 
 do-install:
-	${INSTALL_DATA} ${DISTDIR}/${JARFILE} ${JAVAJARDIR}
-	${INSTALL_SCRIPT} ${WRKDIR}/javatari ${PREFIX}/bin
+	${INSTALL_DATA} ${DISTDIR}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}
+	${INSTALL_SCRIPT} ${WRKDIR}/javatari ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKDIR}/org/javatari/pc/screen/images/LogoIcon32.png \
-		${PREFIX}/share/pixmaps/${PORTNAME}.png
+		${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
 
 .include <bsd.port.mk>



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