diff options
Diffstat (limited to 'emulators/dosbox/Makefile')
-rw-r--r-- | emulators/dosbox/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 4ca43a09c2c..cd11715c0b7 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2007/07/31 14:27:28 xtraeme Exp $ +# $NetBSD: Makefile,v 1.22 2007/08/27 06:37:01 xtraeme Exp $ -DISTNAME= dosbox-0.71 +DISTNAME= dosbox-0.72 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/} @@ -9,7 +9,6 @@ HOMEPAGE= http://dosbox.sourceforge.net/ COMMENT= Multi-platform DOS emulator using SDL USE_LANGUAGES= c c++ -USE_TOOLS+= autoconf GNU_CONFIGURE= yes CPPFLAGS.SunOS+= -DDISABLE_JOYSTICK INSTALLATION_DIRS= share/doc/dosbox @@ -19,9 +18,6 @@ SUBST_STAGE.fixme= post-patch SUBST_FILES.fixme= docs/dosbox.1 SUBST_SED.fixme= -e s,/usr/share/,${PREFIX}/share/,g -pre-configure: - cd ${WRKSRC} && autoconf - post-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dosbox |