diff options
author | asami <asami@FreeBSD.org> | 1997-01-10 13:18:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-10 13:18:07 +0800 |
commit | 4efa206273daf6f3bf1f82be636b4c01e1594330 (patch) | |
tree | f4b8f6f446637a9fc3cd3d3f8e487f275aee65f6 /mail | |
parent | d7bf523e34d587a7eabc91ec9a27a9d1f0bdcec5 (diff) | |
download | freebsd-ports-gnome-4efa206273daf6f3bf1f82be636b4c01e1594330.tar.gz freebsd-ports-gnome-4efa206273daf6f3bf1f82be636b4c01e1594330.tar.zst freebsd-ports-gnome-4efa206273daf6f3bf1f82be636b4c01e1594330.zip |
Move up MAINTAINER a little.
Diffstat (limited to 'mail')
-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} \ |