diff options
author | wiz <wiz> | 2000-08-24 00:57:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-24 00:57:32 +0000 |
commit | 2dd367ddc6bf957082ab1539df89ed56a4f6aadd (patch) | |
tree | 81681fb7f4f95f40401b1b26c3951c8d8be371d7 /mail | |
parent | 495ff772ae8b6f081ec75f86a470b8d78beeabd6 (diff) | |
download | pkgsrc-2dd367ddc6bf957082ab1539df89ed56a4f6aadd.tar.gz |
Re-add installation of qpopauth, lost in last commit.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 8670c097e00..fb578328c7b 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/08/18 20:37:28 hubertf Exp $ +# $NetBSD: Makefile,v 1.22 2000/08/24 00:57:32 wiz Exp $ # DISTNAME= qpopper2.53 @@ -37,6 +37,8 @@ CONFIGURE_ENV+= O_DEFS="${O_DEFS}" CFLAGS="-DINET6" do-install: (cd ${WRKSRC}; \ ${INSTALL_PROGRAM} popper ${PREFIX}/libexec/qpopper; \ + ${INSTALL} -o root -c -g ${BINGRP} -m 4755 popauth \ + ${PREFIX}/bin/qpopauth; \ ${INSTALL_MAN} popper.8 ${PREFIX}/man/man8/qpopper.8; \ ${INSTALL_MAN} popauth.8 ${PREFIX}/man/man8/qpopauth.8 ; \ ${INSTALL_MAN} License ${PREFIX}/share/doc/qpopper.License \ |