diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-07 20:55:49 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-07 20:55:49 +0000 |
commit | c84e3a3dd95a6972396537317e4c4261171c90a4 (patch) | |
tree | 41caf16b9bb624ed8e151edf591c3c3459a7fa74 /mail/qpopper | |
parent | 40239124bb89589c608141ef44e09d578dc7610d (diff) | |
download | ports-c84e3a3dd95a6972396537317e4c4261171c90a4.tar.gz ports-c84e3a3dd95a6972396537317e4c4261171c90a4.zip |
Notes
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 6a1aab2ad6f1..55bb95303394 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -3,7 +3,7 @@ # Date created: 1 April 1995 # Whom: pst # -# $Id: Makefile,v 1.15 1997/04/23 04:27:18 ache Exp $ +# $Id: Makefile,v 1.16 1997/10/07 20:37:15 ache Exp $ # DISTNAME= qpopper2.4b2 @@ -49,7 +49,7 @@ do-install: cd ${WRKSRC} && \ ${INSTALL_PROGRAM} -o pop -m 4111 popauth ${PREFIX}/bin cd ${WRKSRC} && \ - ${INSTALL_PROGRAM} -g mail -m 2111 popper ${PREFIX}/libexec + ${INSTALL_PROGRAM} popper ${PREFIX}/libexec cd ${WRKSRC} && \ ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 |