svn commit: r337450 - head/devel/ois

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 25 20:14:44 UTC 2013


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 at 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/


More information about the svn-ports-all mailing list