diff options
author | obraun <obraun@FreeBSD.org> | 2002-08-26 19:54:10 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-08-26 19:54:10 +0800 |
commit | 154314c16e163bbbf493281aa84e5e0ca5d7fe55 (patch) | |
tree | 6a7f452e303b44f930878d9ea916f34b03a6271b /graphics | |
parent | d6133bb6f087bd4b05c5f1f0a11910f6a6713c49 (diff) | |
download | freebsd-ports-gnome-154314c16e163bbbf493281aa84e5e0ca5d7fe55.tar.gz freebsd-ports-gnome-154314c16e163bbbf493281aa84e5e0ca5d7fe55.tar.zst freebsd-ports-gnome-154314c16e163bbbf493281aa84e5e0ca5d7fe55.zip |
Fix MASTER_SITES, pass maintainership to submitter.
PR: ports/42026
Submitted by: Josef El-Rayes <j.el-rayes@muthaland.at>
Approved by: dwcjr (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnomeiconedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnomeiconedit/Makefile b/graphics/gnomeiconedit/Makefile index 5633effdb823..276e6b51e566 100644 --- a/graphics/gnomeiconedit/Makefile +++ b/graphics/gnomeiconedit/Makefile @@ -8,11 +8,11 @@ PORTNAME= gnomeiconedit PORTVERSION= 1.2.0 CATEGORIES= graphics gnome -MASTER_SITES= {MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= giconedit DISTNAME= gnome-iconedit-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= j.el-rayes@muthaland.at USE_REINPLACE= yes USE_GNOMENG= yes |