=================================================================== RCS file: /cvs/ports/games/ufoai/Attic/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ports/games/ufoai/Attic/Makefile 2010/09/04 11:35:39 1.11 +++ ports/games/ufoai/Attic/Makefile 2010/09/17 20:13:57 1.12 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2010/09/04 10:35:39 yason Exp $ +# $OpenBSD: Makefile,v 1.12 2010/09/17 19:13:57 yason Exp $ COMMENT = squad-based tactical strategy game @@ -47,7 +47,7 @@ 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 +69,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