diff options
author | feld <feld@FreeBSD.org> | 2016-03-18 19:48:39 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-03-18 19:48:39 +0800 |
commit | a94b8a20b4a533a0f9efb9b454655160dc2e1139 (patch) | |
tree | 3721cc5db7a0b169fb39a9ae66b8bb26d0b7516c /graphics/jpeg | |
parent | 29e093096cd05a055f6dd53c27f7f0ffa88e586d (diff) | |
download | freebsd-ports-gnome-a94b8a20b4a533a0f9efb9b454655160dc2e1139.tar.gz freebsd-ports-gnome-a94b8a20b4a533a0f9efb9b454655160dc2e1139.tar.zst freebsd-ports-gnome-a94b8a20b4a533a0f9efb9b454655160dc2e1139.zip |
MAINTAINER reset should be ports@FreeBSD.org, not portmgr
Diffstat (limited to 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index b19bd4ebc804..7b509fda501f 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -13,7 +13,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ DIST_SUBDIR= ${PORTNAME}${DISTVERSION2} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= portmgr@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= IJG's jpeg compression utilities CONFLICTS_INSTALL= jpeg-turbo-[0-9]* |