svn commit: r314845 - head/sysutils/pp

Alexey Dokuchaev danfe at FreeBSD.org
Thu Mar 21 14:22:14 UTC 2013


Author: danfe
Date: Thu Mar 21 14:22:13 2013
New Revision: 314845
URL: http://svnweb.freebsd.org/changeset/ports/314845

Log:
  - Trim Makefile header
  - Tighten MASTER_SITES
  - Fix grammar in COMMENT
  - Define LICENSE (BSD)

Modified:
  head/sysutils/pp/Makefile

Modified: head/sysutils/pp/Makefile
==============================================================================
--- head/sysutils/pp/Makefile	Thu Mar 21 14:15:05 2013	(r314844)
+++ head/sysutils/pp/Makefile	Thu Mar 21 14:22:13 2013	(r314845)
@@ -1,19 +1,17 @@
-# New ports collection makefile for:	pp
-# Date created:				20 March 2011
-# Whom:					Artem Zaytsev <a.arepo at gmail.com>
-#
+# Created by: Artem Zaytsev <a.arepo at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	pp
 PORTVERSION=	1.02
 CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
+MASTER_SITES=	GOOGLE_CODE \
 		http://de.nologin.ru/distfiles/sysutils/pp/
 PROJECTHOST=	pipe-progress
 
 MAINTAINER=	a.arepo at gmail.com
-COMMENT=	Small and fast progressbar for pipe
+COMMENT=	Small and fast progress bar for pipe
+
+LICENSE=	BSD
 
 USE_BZIP2=	yes
 


More information about the svn-ports-all mailing list