diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-12-11 03:38:47 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-12-11 03:38:47 +0800 |
commit | 070b6fb4185f6029a4e0f3c995bd474d6abb0d56 (patch) | |
tree | 7e0506b1484f9cd0ea03a51e48d813ef2df25e83 /graphics/apngdis/Makefile | |
parent | 7939cfd1abdead44038433920c77eee95ae2b2bc (diff) | |
download | freebsd-ports-gnome-070b6fb4185f6029a4e0f3c995bd474d6abb0d56.tar.gz freebsd-ports-gnome-070b6fb4185f6029a4e0f3c995bd474d6abb0d56.tar.zst freebsd-ports-gnome-070b6fb4185f6029a4e0f3c995bd474d6abb0d56.zip |
- Change Makefile header
- Reset maintainer to ports@
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'graphics/apngdis/Makefile')
-rw-r--r-- | graphics/apngdis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/apngdis/Makefile b/graphics/apngdis/Makefile index e103e404f403..8667b37ecd43 100644 --- a/graphics/apngdis/Makefile +++ b/graphics/apngdis/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis <nemysis@gmx.ch> # $FreeBSD$ PORTNAME= apngdis @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX=-src CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} -MAINTAINER= nemysis@gmx.ch +MAINTAINER= ports@FreeBSD.org COMMENT= Deconstructs APNG files into individual frames LICENSE= ZLIB |