Date: Fri, 16 Dec 2016 07:26:44 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428647 - head/emulators/stonx Message-ID: <201612160726.uBG7Qi8q055869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Fri Dec 16 07:26:44 2016 New Revision: 428647 URL: https://svnweb.freebsd.org/changeset/ports/428647 Log: - use FONTNAME Modified: head/emulators/stonx/Makefile head/emulators/stonx/pkg-plist Modified: head/emulators/stonx/Makefile ============================================================================== --- head/emulators/stonx/Makefile Fri Dec 16 07:02:41 2016 (r428646) +++ head/emulators/stonx/Makefile Fri Dec 16 07:26:44 2016 (r428647) @@ -22,7 +22,7 @@ RESTRICTED= Contains ROM (C) by Atari TOSIMG?= tos.img USES= fonts -FONTNAME= # empty +FONTNAME= misc USE_XORG= x11 sm ice xext xextproto HAS_CONFIGURE= yes CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \ @@ -30,7 +30,6 @@ CONFIGURE_ARGS= --x-includes=${LOCALBASE ALL_TARGET= all fnttobdf tosfonts fonts BINDIR= ${PREFIX}/bin -FNTDIR= ${PREFIX}/share/fonts/misc DATA= atari/bench1.pas atari/bench1.prg ETCFILES= keysyms-alternative keysyms-german keysyms-spanish @@ -51,10 +50,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/etc/$f ${STAGEDIR}${ETCDIR}/ .endfor @${ECHO_MSG} "===> Installing fonts" - ${MKDIR} ${STAGEDIR}${FNTDIR} + ${MKDIR} ${STAGEDIR}${FONTSDIR} .for f in ${FONTS} - ${INSTALL_DATA} ${WRKSRC}/data/$f ${STAGEDIR}${FNTDIR}/ - ${GZIP_CMD} ${STAGEDIR}${FNTDIR}/$f + ${INSTALL_DATA} ${WRKSRC}/data/$f ${STAGEDIR}${FONTSDIR}/ + ${GZIP_CMD} ${STAGEDIR}${FONTSDIR}/$f .endfor post-install-DOCS-on: Modified: head/emulators/stonx/pkg-plist ============================================================================== --- head/emulators/stonx/pkg-plist Fri Dec 16 07:02:41 2016 (r428646) +++ head/emulators/stonx/pkg-plist Fri Dec 16 07:26:44 2016 (r428647) @@ -9,12 +9,12 @@ bin/stonx %%DATADIR%%/gemdos_c/final.tos %%DATADIR%%/gemdos_c/mint/stonx.xfs %%DATADIR%%/tos.img -%%FONTSDIR%%/misc/System0-iso.pcf.gz -%%FONTSDIR%%/misc/System0.pcf.gz -%%FONTSDIR%%/misc/System1-iso.pcf.gz -%%FONTSDIR%%/misc/System1.pcf.gz -%%FONTSDIR%%/misc/System2-iso.pcf.gz -%%FONTSDIR%%/misc/System2.pcf.gz +%%FONTSDIR%%/System0-iso.pcf.gz +%%FONTSDIR%%/System0.pcf.gz +%%FONTSDIR%%/System1-iso.pcf.gz +%%FONTSDIR%%/System1.pcf.gz +%%FONTSDIR%%/System2-iso.pcf.gz +%%FONTSDIR%%/System2.pcf.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/DEBUGGING
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612160726.uBG7Qi8q055869>