svn commit: r328911 - head/emulators/dgen-sdl
Alex Kozlov
ak at FreeBSD.org
Tue Oct 1 05:10:20 UTC 2013
Author: ak
Date: Tue Oct 1 05:10:19 2013
New Revision: 328911
URL: http://svnweb.freebsd.org/changeset/ports/328911
Log:
- Fix build on 10.x [1]
- Support STAGEDIR
Reported by: pkg-fallout [1]
Modified:
head/emulators/dgen-sdl/Makefile
head/emulators/dgen-sdl/pkg-descr (contents, props changed)
Modified: head/emulators/dgen-sdl/Makefile
==============================================================================
--- head/emulators/dgen-sdl/Makefile Tue Oct 1 00:06:54 2013 (r328910)
+++ head/emulators/dgen-sdl/Makefile Tue Oct 1 05:10:19 2013 (r328911)
@@ -11,15 +11,15 @@ COMMENT= Wonderful Sega Genesis/MegaDriv
USE_SDL= sdl
USE_GL= yes
+USES= fmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/dgen \
- bin/dgen_tobin
+ bin/dgen_tobin \
+ man/man1/dgen.1.gz \
+ man/man1/dgen_tobin.1.gz \
+ man/man5/dgenrc.5.gz
-MAN1= dgen.1 dgen_tobin.1
-MAN5= dgenrc.5
-
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == i386
Modified: head/emulators/dgen-sdl/pkg-descr
==============================================================================
--- head/emulators/dgen-sdl/pkg-descr Tue Oct 1 00:06:54 2013 (r328910)
+++ head/emulators/dgen-sdl/pkg-descr Tue Oct 1 05:10:19 2013 (r328911)
@@ -1,3 +1,3 @@
DGen is a wonderful Sega Genesis/MegaDrive emulator.
-WWW: http://dgen.sourceforge.net
+WWW: http://dgen.sourceforge.net/
More information about the svn-ports-all
mailing list