diff options
author | obraun <obraun@FreeBSD.org> | 2002-08-26 11:54:10 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-08-26 11:54:10 +0000 |
commit | 154314c16e163bbbf493281aa84e5e0ca5d7fe55 (patch) | |
tree | 6a7f452e303b44f930878d9ea916f34b03a6271b | |
parent | d6133bb6f087bd4b05c5f1f0a11910f6a6713c49 (diff) | |
download | FreeBSD-ports-154314c16e163bbbf493281aa84e5e0ca5d7fe55.zip FreeBSD-ports-154314c16e163bbbf493281aa84e5e0ca5d7fe55.tar.gz |
Fix MASTER_SITES, pass maintainership to submitter.
PR: ports/42026
Submitted by: Josef El-Rayes <j.el-rayes@muthaland.at>
Approved by: dwcjr (mentor)
-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 5633eff..276e6b5 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 |