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

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 26 22:17:51 EDT 2014


Revision: 17532
          http://svnweb.midnightbsd.org/mports/?rev=17532
Author:   laffer1
Date:     2014-09-26 22:17:50 -0400 (Fri, 26 Sep 2014)
Log Message:
-----------
fix man page install for listres

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

Modified: trunk/x11/listres/Makefile
===================================================================
--- trunk/x11/listres/Makefile	2014-09-27 02:15:14 UTC (rev 17531)
+++ trunk/x11/listres/Makefile	2014-09-27 02:17:50 UTC (rev 17532)
@@ -2,18 +2,17 @@
 
 PORTNAME=	listres
 PORTVERSION=	1.0.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	List resources in widgets
+
 LICENSE=	mit
 
 XORG_CAT=	app
 USE_XORG=	xproto xt xmu xaw
 
-PLIST_FILES=	bin/listres
+PLIST_FILES=	bin/listres man/man1/listres.1.gz
 
-MAN1=		listres.1
-
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list