diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-10 05:18:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-10 05:18:07 +0000 |
commit | e6b6ea9eb9a060394fec5a58523619e6291bcd4a (patch) | |
tree | f9a332e82e55144d4e9310583574bf3153933ea5 /mail/imap-uw | |
parent | Upgrade to 1.0 (diff) |
Move up MAINTAINER a little.
Notes
Notes:
svn path=/head/; revision=5294
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index c69dfe6abcd6..1d4293bc7238 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Jan 1997 # Whom: pst # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/10 02:38:35 pst Exp $ # DISTNAME= imap-4.1.BETA @@ -12,11 +12,10 @@ CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ EXTRACT_SUFX= .tar.Z -MAN8= ipopd.8 imapd.8 +MAINTAINER= pst@freebsd.org ALL_TARGET= fbd - -MAINTAINER= pst@freebsd.org +MAN8= ipopd.8 imapd.8 do-install: ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \ |