[Midnightbsd-cvs] mports: Makefile: add license, fix dist site

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 21 12:10:20 EDT 2009


Log Message:
-----------
add license, fix dist site

Modified Files:
--------------
    mports/graphics/scr2png:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/scr2png/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L graphics/scr2png/Makefile -L graphics/scr2png/Makefile -u -r1.1 -r1.2
--- graphics/scr2png/Makefile
+++ graphics/scr2png/Makefile
@@ -1,25 +1,19 @@
-# New ports collection makefile for:	scr2png
-# Date created:				18 May 2001
-# Whom:					nik
-#
 # $MidnightBSD$
-# $FreeBSD: ports/graphics/scr2png/Makefile,v 1.13 2006/05/07 23:46:25 edwin Exp $
-#
 
 PORTNAME=	scr2png
 PORTVERSION=	1.2
 CATEGORIES=	graphics
 
-MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITES=	${MASTER_SITE_FREEBSD_LOCAL}
 MASTER_SITE_SUBDIR= nik
 NO_WRKSUBDIR=	yes
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Converts the output of "vidcontrol -p" to PNG
+LICENSE=	bsd2
 
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
 
-
 MAN1=		scr2png.1
 MANCOMPRESSED=	yes
 PLIST_FILES=	bin/scr2png


More information about the Midnightbsd-cvs mailing list