diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-10 08:35:36 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-10 08:35:36 +0800 |
commit | b9116ec0ed3da196c61a39f3688f05afd1cc5695 (patch) | |
tree | 7e6769bfcb70a4ce621353c311e462c62f5b222e /emulators/vMac | |
parent | 06f6ceeece409e5fb3485da7854e1129d61aad2b (diff) | |
download | freebsd-ports-gnome-b9116ec0ed3da196c61a39f3688f05afd1cc5695.tar.gz freebsd-ports-gnome-b9116ec0ed3da196c61a39f3688f05afd1cc5695.tar.zst freebsd-ports-gnome-b9116ec0ed3da196c61a39f3688f05afd1cc5695.zip |
SUBFILES += pkg-message
PR: ports/142514
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Diffstat (limited to 'emulators/vMac')
-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/ - - --------------------------------------------------------------------- - |