diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-21 00:23:25 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-21 00:23:25 +0000 |
commit | 8bf7269a4e160076a38fbac4c23ac2992f0800c5 (patch) | |
tree | 624c6eafc947240b76ef4c74b5436f220972c8fa /deskutils | |
parent | Backout previous commit. Mea maxima culpa for not doing the research (diff) |
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line
Notes
Notes:
svn path=/head/; revision=96284
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gdeskcal-skins/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gdeskcal/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gdeskcal-skins/Makefile b/deskutils/gdeskcal-skins/Makefile index f15715853755..368ecd45affb 100644 --- a/deskutils/gdeskcal-skins/Makefile +++ b/deskutils/gdeskcal-skins/Makefile @@ -20,7 +20,7 @@ DISTFILES= gnometheme.tar.gz \ tiny_and_simple.tar.gz \ LCD.tar.gz -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Skins for gdeskcal RUN_DEPENDS= ${X11BASE}/bin/gdeskcal:${PORTSDIR}/deskutils/gdeskcal diff --git a/deskutils/gdeskcal/Makefile b/deskutils/gdeskcal/Makefile index eec484130a15..8660f3c539c4 100644 --- a/deskutils/gdeskcal/Makefile +++ b/deskutils/gdeskcal/Makefile @@ -11,7 +11,7 @@ CATEGORIES= deskutils python gnome MASTER_SITES= http://www.pycage.de/download/ DISTNAME= gDeskCal-${PORTVERSION:S/./_/} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= A calendar for the gnome2 desktop with smooth alpha-blending RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 |