diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-10 00:35:36 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-10 00:35:36 +0000 |
commit | d3fe5df1bfa67e8a92eea110385b01cb37c61f8a (patch) | |
tree | 0005d34de777fa72ec9a07819e4ab7a3d40d9a6a /emulators | |
parent | e5f7fea761a150cd8be5cf0fa7f613adb9b26f92 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vMac/Makefile | 5 | ||||
-rw-r--r-- | emulators/vMac/files/pkg-message.in (renamed from emulators/vMac/pkg-message) | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/emulators/vMac/Makefile b/emulators/vMac/Makefile index b56b44dd21bd..0181ee4cfa44 100644 --- a/emulators/vMac/Makefile +++ b/emulators/vMac/Makefile @@ -17,9 +17,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Emulates a MacPlus machine! Runs MacOS versions up to 7.5.5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GMAKE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes USE_XORG= x11 ice sm xext +SUB_FILES= pkg-message pre-patch: (cd ${WRKSRC} && ${SH} ${FILESDIR}/dos2unx gemulator.c) @@ -35,6 +36,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rom ${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} | ${SED} -e s:/usr/local:${PREFIX}: + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/emulators/vMac/pkg-message b/emulators/vMac/files/pkg-message.in index a598f29033b6..f853d049607d 100644 --- a/emulators/vMac/pkg-message +++ b/emulators/vMac/files/pkg-message.in @@ -1,8 +1,8 @@ - --------------------------------------------------------------------- - - You need to obtain a vMac ROM file to use vMac. Instructions are - - - found in /usr/local/share/doc/vMac/README.rom. - + - found in %%DOCSDIR%%/README.rom. - - - - - Also reading /usr/local/share/doc/vMac/README is a good idea - + - Also reading %%DOCSDIR%%/README is a good idea - - - - vMac Website: http://www.vmac.org/ - - --------------------------------------------------------------------- - |