diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-11-29 05:56:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-11-29 05:56:58 +0000 |
commit | 404cfae95a34b7a27c4bb06d751343a31afddcdf (patch) | |
tree | 1f9e75818f7d3e1764eaf41efb0b8aa29ff9d053 /x11-wm | |
parent | a2aa04500e95721c5aa6f272f963e416fe03e5d8 (diff) | |
download | ports-404cfae95a34b7a27c4bb06d751343a31afddcdf.tar.gz ports-404cfae95a34b7a27c4bb06d751343a31afddcdf.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/epplets/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/libepplet/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index 9a17965b251f..73d88c3c2c45 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://kde.planetmirror.com/pub/enlightenment/epplets/ \ DISTNAME= epplet-base-${PORTVERSION} -MAINTAINER= cmc@groupofnine.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ epplet.1:${PORTSDIR}/x11-wm/libepplet diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile index 2fc86c9e9f2a..2f31eb90f220 100644 --- a/x11-wm/libepplet/Makefile +++ b/x11-wm/libepplet/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://kde.planetmirror.com/pub/enlightenment/epplets/ \ ftp://ftp.dti.ad.jp/pub/X/enlightenment/epplets/ DISTNAME= epplet-base-${PORTVERSION} -MAINTAINER= cmc@groupofnine.org +MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/Epplets-${PORTVERSION} |