[Midnightbsd-cvs] mports [16696] trunk/graphics/scr2png/Makefile: scr2png(1) fixed

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 29 18:27:41 EDT 2014


Revision: 16696
          http://svnweb.midnightbsd.org/mports/?rev=16696
Author:   laffer1
Date:     2014-08-29 18:27:40 -0400 (Fri, 29 Aug 2014)
Log Message:
-----------
scr2png(1) fixed

Modified Paths:
--------------
    trunk/graphics/scr2png/Makefile

Modified: trunk/graphics/scr2png/Makefile
===================================================================
--- trunk/graphics/scr2png/Makefile	2014-08-29 21:02:52 UTC (rev 16695)
+++ trunk/graphics/scr2png/Makefile	2014-08-29 22:27:40 UTC (rev 16696)
@@ -2,7 +2,7 @@
 
 PORTNAME=	scr2png
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MASTER_SITES=	${MASTER_SITE_FREEBSD_LOCAL}
@@ -11,13 +11,13 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Converts the output of "vidcontrol -p" to PNG
+
 LICENSE=	bsd2
 
 LIB_DEPENDS=	gd:${PORTSDIR}/graphics/gd
 
-MAN1=		scr2png.1
-MANCOMPRESSED=	yes
-PLIST_FILES=	bin/scr2png
+USES=		uidfix
+PLIST_FILES=	bin/scr2png man/man1/scr2png.1.gz
 
 post-extract:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile



More information about the Midnightbsd-cvs mailing list