[Midnightbsd-cvs] mports [17073] trunk/x11/xsetmode/Makefile: fix man page install for xsetmode

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 13 23:04:45 EDT 2014


Revision: 17073
          http://svnweb.midnightbsd.org/mports/?rev=17073
Author:   laffer1
Date:     2014-09-13 23:04:44 -0400 (Sat, 13 Sep 2014)
Log Message:
-----------
fix man page install for xsetmode

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

Modified: trunk/x11/xsetmode/Makefile
===================================================================
--- trunk/x11/xsetmode/Makefile	2014-09-14 03:03:57 UTC (rev 17072)
+++ trunk/x11/xsetmode/Makefile	2014-09-14 03:04:44 UTC (rev 17073)
@@ -1,24 +1,19 @@
-# New ports collection makefile for:	xsetmode
-# Date Created:				17 Feb 2006
-# Whom:					Florent Thoumie <flz at FreeBSD.org>
-#
 # $FreeBSD: ports/x11/xsetmode/Makefile,v 1.1 2007/05/19 20:28:15 flz Exp $
 # $MidnightBSD$
-#
 
 PORTNAME=	xsetmode
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Set the mode for an X Input Device
-LICENSE=	x11
 
+LICENSE=	mit
+
 XORG_CAT=	app
 USE_XORG=	xi x11
 
-PLIST_FILES=	bin/xsetmode
+PLIST_FILES=	bin/xsetmode man/man1/xsetmode.1.gz
 
-MAN1=		xsetmode.1
-
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list