diff options
Diffstat (limited to 'mail/popper')
-rw-r--r-- | mail/popper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile index 6a1aab2ad6f1..55bb95303394 100644 --- a/mail/popper/Makefile +++ b/mail/popper/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 |