diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-03-01 00:51:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-03-01 00:51:49 +0000 |
commit | d4867a12390cc4fc42d1470871a987c7e78f0ed5 (patch) | |
tree | 1781f4ef7511e1d389387d65b0f7c6a3e69eeb62 /emulators/minivmac | |
parent | 183624065599fa6a912c95d76e68031dbfee9c07 (diff) | |
download | ports-d4867a12390cc4fc42d1470871a987c7e78f0ed5.tar.gz ports-d4867a12390cc4fc42d1470871a987c7e78f0ed5.zip |
Notes
Diffstat (limited to 'emulators/minivmac')
-rw-r--r-- | emulators/minivmac/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile index 8bef9dce619e..bcf7c2091721 100644 --- a/emulators/minivmac/Makefile +++ b/emulators/minivmac/Makefile @@ -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@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 |