=================================================================== RCS file: /cvs/ports/games/ufoai/Attic/Makefile,v retrieving revision 1.11 retrieving revision 1.13 diff -u -r1.11 -r1.13 --- ports/games/ufoai/Attic/Makefile 2010/09/04 11:35:39 1.11 +++ ports/games/ufoai/Attic/Makefile 2010/10/27 04:56:58 1.13 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2010/09/04 10:35:39 yason Exp $ +# $OpenBSD: Makefile,v 1.13 2010/10/27 03:56:58 yason Exp $ COMMENT = squad-based tactical strategy game @@ -40,14 +40,13 @@ ${MODGETTEXT_LIB_DEPENDS} RUN_DEPENDS = :ufoai-data-${V}:games/ufoai-data -USE_X11 = Yes USE_GMAKE = Yes MAKE_FLAGS += CFLAGS='-DHAVE_CONFIG_H -Wall -pipe -ansi' \ ${CONFIGURE_ENV} AUTOCONF_VERSION = 2.63 AUTOMAKE_VERSION = 1.9 CONFIGURE_STYLE = autoconf gnu -CONFIGURE_ARGS = --enable-release=yes --disable-ufo2map +CONFIGURE_ARGS = --enable-release=yes --disable-ufo2map --disable-uforadiant CONFIGURE_ENV += CFLAGS="-pthread" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${LOCALBASE}/include/libpng" \ @@ -69,6 +68,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/ufoai - ${INSTALL_MAN} ${WRKSRC}/debian/*.6 ${PREFIX}/man/man6 +.for i in ufo ufoded + ${INSTALL_MAN} ${WRKSRC}/debian/$i.6 ${PREFIX}/man/man6 +.endfor .include