svn commit: r336401 - head/emulators/minivmac

Danilo Egea Gondolfo danilo at FreeBSD.org
Fri Dec 13 23:56:46 UTC 2013


Author: danilo
Date: Fri Dec 13 23:56:45 2013
New Revision: 336401
URL: http://svnweb.freebsd.org/changeset/ports/336401

Log:
  - Remove the indefinite article from COMMENT
  - Add LICENSE
  - Convert USE_GMAKE to USES
  - Add stage support

Modified:
  head/emulators/minivmac/Makefile

Modified: head/emulators/minivmac/Makefile
==============================================================================
--- head/emulators/minivmac/Makefile	Fri Dec 13 23:55:29 2013	(r336400)
+++ head/emulators/minivmac/Makefile	Fri Dec 13 23:56:45 2013	(r336401)
@@ -8,23 +8,23 @@ MASTER_SITES=	SF
 DISTFILES=	${PORTNAME}-${PORTVERSION}.src.tgz ${PORTNAME}-${PORTVERSION}.prj.tgz
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A miniature Macintosh emulator
+COMMENT=	Miniature Macintosh emulator
+
+LICENSE=	GPLv2
 
 WRKSRC=		${WRKDIR}/projects/bgclx86d
 
 USE_XORG=	x11 xext
-USE_GMAKE=	yes
+USES=		gmake
 CFLAGS+=	-I${LOCALBASE}/include
 ALL_TARGET=	# nothing
 
 PLIST_FILES=	bin/minivmac
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/minivmac ${PREFIX}/bin
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_PROGRAM} ${WRKSRC}/minivmac ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list