diff options
Diffstat (limited to 'mail/qpopper/patches/patch-am')
-rw-r--r-- | mail/qpopper/patches/patch-am | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/mail/qpopper/patches/patch-am b/mail/qpopper/patches/patch-am index 2f3c3baf5f4..cbf2fcb24ae 100644 --- a/mail/qpopper/patches/patch-am +++ b/mail/qpopper/patches/patch-am @@ -1,7 +1,7 @@ -$NetBSD: patch-am,v 1.1 2001/06/10 15:08:41 taca Exp $ +$NetBSD: patch-am,v 1.2 2002/11/23 17:01:21 taca Exp $ ---- popper/Makefile.in.orig Mon Apr 23 07:59:15 2001 -+++ popper/Makefile.in +--- popper/Makefile.in.orig Mon Apr 23 07:55:27 2001 ++++ popper/Makefile.in Fri Nov 22 15:35:20 2002 @@ -87,6 +87,8 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -11,22 +11,23 @@ $NetBSD: patch-am,v 1.1 2001/06/10 15:08:41 taca Exp $ popper_srcdir = ${top_srcdir}/popper qd_srcdir = ${top_srcdir}/qd -@@ -199,17 +201,17 @@ +@@ -199,17 +201,14 @@ ${POPAUTHSRCS}: install: popper ${pop_auth} - ${INSTALL} -s -m 0755 -o root popper ${installdir}/popper - echo "Installed popper as ${installdir}/popper" -+ ${INSTALL} -s -m 0755 -o root popper ${libexecdir}/qpopper -+ @echo "Installed popper as ${libexecdir}/qpopper" - if [ "x${poppassd}" != "x" ]; then \ - cd ${password_dir} && ${MAKE} $@ ;\ - fi +- if [ "x${poppassd}" != "x" ]; then \ +- cd ${password_dir} && ${MAKE} $@ ;\ +- fi - if [ "x${pop_auth}" != "x" ]; then \ -+ @if [ "x${pop_auth}" != "x" ]; then \ - ${INSTALL} -s -m 4755 -o ${apop_uid} -g 0 ${pop_auth} \ +- ${INSTALL} -s -m 4755 -o ${apop_uid} -g 0 ${pop_auth} \ - ${installdir}/${pop_auth}; \ - echo "Installed popauth as ${installdir}/${pop_auth} " \ ++ ${INSTALL} -s -m 0755 -o root popper ${libexecdir}/qpopper ++ @echo "Installed popper as ${libexecdir}/qpopper" ++ @if [ "x${pop_auth}" != "x" ]; then \ ++ ${INSTALL} -s -m 4755 -o ${apop_uid} -g ${BINGRP} ${pop_auth} \ + ${sbindir}/q${pop_auth}; \ + echo "Installed popauth as ${sbindir}/q${pop_auth} " \ "with uid ${apop_uid}"; \ |