[Midnightbsd-cvs] mports [17071] trunk/x11/xsetpointer/Makefile: fix man page and license

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 13 23:03:28 EDT 2014


Revision: 17071
          http://svnweb.midnightbsd.org/mports/?rev=17071
Author:   laffer1
Date:     2014-09-13 23:03:27 -0400 (Sat, 13 Sep 2014)
Log Message:
-----------
fix man page and license

Modified Paths:
--------------
    trunk/x11/xsetpointer/Makefile

Modified: trunk/x11/xsetpointer/Makefile
===================================================================
--- trunk/x11/xsetpointer/Makefile	2014-09-14 03:02:26 UTC (rev 17070)
+++ trunk/x11/xsetpointer/Makefile	2014-09-14 03:03:27 UTC (rev 17071)
@@ -1,24 +1,19 @@
-# New ports collection makefile for:	xsetpointer
-# Date Created:				17 Feb 2006
-# Whom:					Florent Thoumie <flz at FreeBSD.org>
-#
 # $FreeBSD: ports/x11/xsetpointer/Makefile,v 1.2 2007/09/13 19:45:06 flz Exp $
 # $MidnightBSD$
-#
 
 PORTNAME=	xsetpointer
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Set an X Input device as the main pointer
-LICENSE=	x11
 
+LICENSE=	mit
+
 XORG_CAT=	app
 USE_XORG=	xi x11
 
-PLIST_FILES=	bin/xsetpointer
+PLIST_FILES=	bin/xsetpointer man/man1/xsetpointer.1.gz
 
-MAN1=		xsetpointer.1
-
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list