diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-08 01:34:38 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-08 01:34:38 +0800 |
commit | 27f34ac59010de1910d70568a16e635b667d80d7 (patch) | |
tree | 95b12305eba3ed2cde5d43fa68f71b6fbfbd8e09 /mail | |
parent | c308091af1bdaa1bbec92d4e493418e27f34fa63 (diff) | |
download | freebsd-ports-gnome-27f34ac59010de1910d70568a16e635b667d80d7.tar.gz freebsd-ports-gnome-27f34ac59010de1910d70568a16e635b667d80d7.tar.zst freebsd-ports-gnome-27f34ac59010de1910d70568a16e635b667d80d7.zip |
- Take Maintainership
- use defined dirs consistently in each makefile
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnumail/Makefile | 2 | ||||
-rw-r--r-- | mail/pantomime/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index cbdd8fa273ec..645744beedbc 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.collaboration-world.com/mirror/ \ http://extrovert.screwdriver.net/~extra/ DISTNAME= GNUMail-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org BUILD_DEPENDS= ${XGPSBUNDLEDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps \ ${LOCALLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libPantomime.so:${PORTSDIR}/mail/pantomime diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index a90281547060..e89216f5ffbb 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.collaboration-world.com/mirror/ \ ftp://ftp.tuwien.ac.at/z6/publishing/gnustep/libs/ DISTNAME= Pantomime-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org BUILD_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps RUN_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps |