diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-04-25 05:18:57 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-04-25 05:18:57 +0800 |
commit | 87559ca7243d124ebbac0e323a1d333d730e79f9 (patch) | |
tree | c9e15d307929ed2e47a358cf11af2001ccf3ff97 /emulators | |
parent | d7cb18a107b6439c18140cf7063b767ef2f37cab (diff) | |
download | freebsd-ports-graphics-87559ca7243d124ebbac0e323a1d333d730e79f9.tar.gz freebsd-ports-graphics-87559ca7243d124ebbac0e323a1d333d730e79f9.tar.zst freebsd-ports-graphics-87559ca7243d124ebbac0e323a1d333d730e79f9.zip |
- Fix build of generator68k (default 68k emulator on non-i386 architectures).
- Remove DIST_SUBDIR because since the Neo-Geo BIOS was removed from
the distribution there is only one distfile.
Approved by: garga (mentor)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gngeo/Makefile | 4 | ||||
-rw-r--r-- | emulators/gngeo/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/gngeo/Makefile b/emulators/gngeo/Makefile index 5d7ee94e0ad..927212ab299 100644 --- a/emulators/gngeo/Makefile +++ b/emulators/gngeo/Makefile @@ -9,7 +9,6 @@ PORTNAME= gngeo PORTVERSION= 0.6.11 CATEGORIES= emulators MASTER_SITES= http://m.peponas.free.fr/gngeo/download/ -DIST_SUBDIR= ${PORTNAME} MAINTAINER= acardenas@bsd.org.pe COMMENT= NeoGeo emulator @@ -73,7 +72,8 @@ CONFIGURE_ARGS+= --enable-gen68k post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \ + ${WRKSRC}/src/generator68k/Makefile.in post-install: ${MKDIR} ${EXAMPLESDIR} diff --git a/emulators/gngeo/distinfo b/emulators/gngeo/distinfo index 9a150e8adf3..773e1eaa0f2 100644 --- a/emulators/gngeo/distinfo +++ b/emulators/gngeo/distinfo @@ -1,3 +1,3 @@ -MD5 (gngeo/gngeo-0.6.11.tar.gz) = fee91301dab874b0a28d361ba68d6cd1 -SHA256 (gngeo/gngeo-0.6.11.tar.gz) = 6ec67cdec7775caf81b81eb9c1c0a6209a2e1cf2cc4dfa670d4aaef40f24c45a -SIZE (gngeo/gngeo-0.6.11.tar.gz) = 1014372 +MD5 (gngeo-0.6.11.tar.gz) = fee91301dab874b0a28d361ba68d6cd1 +SHA256 (gngeo-0.6.11.tar.gz) = 6ec67cdec7775caf81b81eb9c1c0a6209a2e1cf2cc4dfa670d4aaef40f24c45a +SIZE (gngeo-0.6.11.tar.gz) = 1014372 |