svn commit: r402190 - head/emulators/stonx

Dirk Meyer dinoex at FreeBSD.org
Sat Nov 21 19:46:35 UTC 2015


Author: dinoex
Date: Sat Nov 21 19:46:33 2015
New Revision: 402190
URL: https://svnweb.freebsd.org/changeset/ports/402190

Log:
  - use post-install-DOCS-on
  - use post-install-EXAMPLES-on
  - cleanup pkg-descr

Modified:
  head/emulators/stonx/Makefile
  head/emulators/stonx/pkg-descr

Modified: head/emulators/stonx/Makefile
==============================================================================
--- head/emulators/stonx/Makefile	Sat Nov 21 19:42:40 2015	(r402189)
+++ head/emulators/stonx/Makefile	Sat Nov 21 19:46:33 2015	(r402190)
@@ -54,14 +54,14 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/data/$f ${STAGEDIR}${FNTDIR}/
 	${GZIP_CMD} ${STAGEDIR}${FNTDIR}/$f
 .endfor
-.if ${PORT_OPTIONS:MDOCS}
+
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR}/
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
+
+post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${DATA:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}/
-.endif
 
 .if !exists(${DISTDIR}/${TOSIMG})
 IGNORE=	please get a ROM dump from your AtariST and save it as\

Modified: head/emulators/stonx/pkg-descr
==============================================================================
--- head/emulators/stonx/pkg-descr	Sat Nov 21 19:42:40 2015	(r402189)
+++ head/emulators/stonx/pkg-descr	Sat Nov 21 19:46:33 2015	(r402190)
@@ -1,23 +1,11 @@
 Release notes for version 0.6.7-epsilon
 =======================================
-
 This version is the "almost-there" version of STonX 0.6.7 (which is going
 to be the last "release" version before the major changes in the current
 development versions are released.
 
-The Xlib-VDI driver is still disabled (sorry) and may or may not be 
-re-integrated before the final 0.6.7 release. This depends mostly on
-how much work it is to get it to work again after all the latest changes.
-
-Please notify me of any bugs or installation problems as soon as possible
-(mail me at nino at complang.tuwien.ac.at), even if you have reported a bug
-previously and I haven't had time or forgot to fix it.
-
--nino
-
 Some information about the problems with different TOS versions and STonX:
 ==========================================================================
-
 (1) Can't run programs from the Unix filesystem interface
 (2) not thoroughly tested or tested by someone else
 (3) untested


More information about the svn-ports-all mailing list