diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-06-14 08:15:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-06-14 08:15:13 +0000 |
commit | 3bc6a737bd824db12a954406d33320b92cf5c84a (patch) | |
tree | 6a968f836aef6bb01f285dc9420f9bc45c31eb1d /mail/poppwd | |
parent | becf032cdf0a3b9cb84e946d41e4530f89ba5c61 (diff) |
Notes
Diffstat (limited to 'mail/poppwd')
-rw-r--r-- | mail/poppwd/Makefile | 2 | ||||
-rw-r--r-- | mail/poppwd/pkg-descr | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/mail/poppwd/Makefile b/mail/poppwd/Makefile index 3e90b8f53871..afe6f5a3fac4 100644 --- a/mail/poppwd/Makefile +++ b/mail/poppwd/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0 CATEGORIES= mail MASTER_SITES= http://freebsd.unixfreunde.de/sources/ -MAINTAINER= andrew@ugh.net.au +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the Eudora (compatible) password changing protocol WRKSRC= ${WRKDIR}/poppwd diff --git a/mail/poppwd/pkg-descr b/mail/poppwd/pkg-descr index ef7e9a0f3687..1ac4b70c5a4b 100644 --- a/mail/poppwd/pkg-descr +++ b/mail/poppwd/pkg-descr @@ -1,6 +1,3 @@ This program implements the Eudora password changing protocol. That is the protocol Eudora (and other programs) try to talk when you select "Change Password" from their menus. It should be run from inetd(8). - -Andrew Stevenson -andrew@ugh.net.au |