Date: Wed, 25 Dec 2013 20:14:43 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337450 - head/devel/ois Message-ID: <201312252014.rBPKEhJW089351@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Dec 25 20:14:43 2013 New Revision: 337450 URL: http://svnweb.freebsd.org/changeset/ports/337450 Log: - Support staging - Convert USE_GMAKE to USES - Update WWW Modified: head/devel/ois/Makefile head/devel/ois/pkg-descr Modified: head/devel/ois/Makefile ============================================================================== --- head/devel/ois/Makefile Wed Dec 25 20:10:17 2013 (r337449) +++ head/devel/ois/Makefile Wed Dec 25 20:14:43 2013 (r337450) @@ -12,8 +12,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Object Oriented Input System GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake USE_AUTOTOOLS= libtool:env aclocal:env autoheader:env automake:env autoconf:env USE_XORG= x11 xaw USE_LDCONFIG= yes @@ -23,7 +22,6 @@ LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir=$${prefix}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.am Modified: head/devel/ois/pkg-descr ============================================================================== --- head/devel/ois/pkg-descr Wed Dec 25 20:10:17 2013 (r337449) +++ head/devel/ois/pkg-descr Wed Dec 25 20:14:43 2013 (r337450) @@ -5,4 +5,4 @@ Written in C++ using Object Oriented Des NOTE: this ports lacks joystick support. For now. -WWW: http://www.wreckedgames.com/ +WWW: http://sourceforge.net/projects/wgois/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312252014.rBPKEhJW089351>