diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-03-18 11:48:39 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-03-18 11:48:39 +0000 |
commit | 55d1e4edd63d7cb9a6d1bd6a7ddefba8db86781c (patch) | |
tree | 3721cc5db7a0b169fb39a9ae66b8bb26d0b7516c /graphics/png | |
parent | 001d1b056d8dad7e4d1cc47e18b2a9b71a03a5ca (diff) | |
download | ports-55d1e4edd63d7cb9a6d1bd6a7ddefba8db86781c.tar.gz ports-55d1e4edd63d7cb9a6d1bd6a7ddefba8db86781c.zip |
MAINTAINER reset should be ports@FreeBSD.org, not portmgr
Notes
Notes:
svn path=/head/; revision=411344
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 2f76cd3c23db..22c8954f3c44 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${PORTVERSION} \ PATCH_SITES= SF/apng/lib${PORTNAME}/lib${PORTNAME}16/ DISTNAME= lib${PORTNAME}-${PORTVERSION} -MAINTAINER= portmgr@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating PNG images USES= cpe libtool tar:xz |