svn commit: r346589 - head/emulators/minivmac

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Mar 1 00:51:50 UTC 2014


Author: amdmi3
Date: Sat Mar  1 00:51:49 2014
New Revision: 346589
URL: http://svnweb.freebsd.org/changeset/ports/346589
QAT: https://qat.redports.org/buildarchive/r346589/

Log:
  - Fix build on 10.x

Modified:
  head/emulators/minivmac/Makefile

Modified: head/emulators/minivmac/Makefile
==============================================================================
--- head/emulators/minivmac/Makefile	Sat Mar  1 00:51:45 2014	(r346588)
+++ head/emulators/minivmac/Makefile	Sat Mar  1 00:51:49 2014	(r346589)
@@ -5,7 +5,8 @@ PORTNAME=	minivmac
 PORTVERSION=	3.0.0
 CATEGORIES=	emulators
 MASTER_SITES=	SF
-DISTFILES=	${PORTNAME}-${PORTVERSION}.src.tgz ${PORTNAME}-${PORTVERSION}.prj.tgz
+DISTFILES=	${PORTNAME}-${PORTVERSION}.src.tgz \
+		${PORTNAME}-${PORTVERSION}.prj.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Miniature Macintosh emulator
@@ -22,7 +23,8 @@ ALL_TARGET=	# nothing
 PLIST_FILES=	bin/minivmac
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|; s|gcc|${CC}|' \
+		${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/minivmac ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list