diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-11-22 03:46:33 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-11-22 03:46:33 +0800 |
commit | 7c3001a736c673cbd7bb6ac1289c223b09d97575 (patch) | |
tree | da9c74afb730448e25984a5d14a93f159d6b8f81 /emulators | |
parent | bac42270a76c1b8679906b8acefe70c66bbeab44 (diff) | |
download | freebsd-ports-gnome-7c3001a736c673cbd7bb6ac1289c223b09d97575.tar.gz freebsd-ports-gnome-7c3001a736c673cbd7bb6ac1289c223b09d97575.tar.zst freebsd-ports-gnome-7c3001a736c673cbd7bb6ac1289c223b09d97575.zip |
- use post-install-DOCS-on
- use post-install-EXAMPLES-on
- cleanup pkg-descr
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/stonx/Makefile | 8 | ||||
-rw-r--r-- | emulators/stonx/pkg-descr | 12 |
2 files changed, 4 insertions, 16 deletions
diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index 36c3d7475da7..6cadf457212d 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -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\ diff --git a/emulators/stonx/pkg-descr b/emulators/stonx/pkg-descr index dc8964730d83..b01df5b81fef 100644 --- a/emulators/stonx/pkg-descr +++ b/emulators/stonx/pkg-descr @@ -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@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 |