diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2012-11-04 13:05:04 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2012-11-04 13:05:04 +0000 |
commit | ed1ad7e1b9af91fcd77e891a9b7dbcf28b70dcab (patch) | |
tree | 94dcd981edc8bd1b980642dc99eb86b4ec202287 /graphics/ethumb | |
parent | 9f3d68b429fe9207ea6fefbc103a0fe10524e29d (diff) |
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306964
Diffstat (limited to 'graphics/ethumb')
-rw-r--r-- | graphics/ethumb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/ethumb/Makefile b/graphics/ethumb/Makefile index 314fe837d955..e5b6b2f27163 100644 --- a/graphics/ethumb/Makefile +++ b/graphics/ethumb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ethumb -# Date created: 29 August 2010 -# Whom: Grzegorz Blach <magik@roorback.net> -# +# Created by: Grzegorz Blach <gblach@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ethumb PORTVERSION= 0.1.1.65643 @@ -11,7 +7,7 @@ CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/snapshots/2011-11-28/ \ http://files.roorback.net/e17/base/ -MAINTAINER= magik@roorback.net +MAINTAINER= gblach@FreeBSD.org COMMENT= Thumbnail generator library LICENSE= LGPL21 |