summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-08-24 00:57:32 +0000
committerwiz <wiz@pkgsrc.org>2000-08-24 00:57:32 +0000
commit204ba7e8833ac5f69910f9f5d71b030b08997fcd (patch)
tree81681fb7f4f95f40401b1b26c3951c8d8be371d7 /mail
parent0711a313983d34653ca6452c0f8e43543c517e24 (diff)
downloadpkgsrc-204ba7e8833ac5f69910f9f5d71b030b08997fcd.tar.gz
Re-add installation of qpopauth, lost in last commit.
Diffstat (limited to 'mail')
-rw-r--r--mail/qpopper/Makefile4
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 \