diff options
Diffstat (limited to 'mail/teapop/patches/patch-aa')
-rw-r--r-- | mail/teapop/patches/patch-aa | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/mail/teapop/patches/patch-aa b/mail/teapop/patches/patch-aa index d3ab55a4a0a..b3df1ff23d9 100644 --- a/mail/teapop/patches/patch-aa +++ b/mail/teapop/patches/patch-aa @@ -1,23 +1,22 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $ +$NetBSD: patch-aa,v 1.2 2001/04/03 05:52:01 zuntum Exp $ ---- etc/Makefile.in.orig Sun Jun 4 14:40:00 2000 +--- etc/Makefile.in.orig Fri Mar 30 22:49:49 2001 +++ etc/Makefile.in -@@ -23,15 +23,9 @@ +@@ -23,15 +23,8 @@ fi install: build -- @echo Checking for existing teapop.passwd; \ -- if [ -f ${sysconfdir}/teapop.passwd ]; then \ -- echo "Exists...NOT installing teapop.passwd"; \ -- else \ -- echo "Not found, installing teapop.passwd"; \ -- ${INSTALL} -d ${sysconfdir}; \ -- ${INSTALL} teapop.passwd ${sysconfdir}; \ -- ${CHMOD} 0755 ${sysconfdir}/teapop.passwd; \ +- @ echo Checking for existing teapop.passwd; \ +- if [ -f ${sysconfdir}/teapop.passwd ]; then \ +- echo "Exists...NOT installing teapop.passwd"; \ +- else \ +- echo "Not found, installing teapop.passwd"; \ +- ${INSTALL} -d ${sysconfdir}; \ +- ${INSTALL} teapop.passwd ${sysconfdir}; \ +- ${CHMOD} 0755 ${sysconfdir}/teapop.passwd; \ - fi -+ ${INSTALL} -d ${prefix}/share/examples/teapop; \ -+ ${BSD_INSTALL_DATA} teapop.passwd ${prefix}/share/examples/teapop; \ -+ ${CHMOD} 0755 ${prefix}/share/examples/teapop/teapop.passwd; \ ++ ${BSD_INSTALL_DATA_DIR} ${prefix}/share/examples/teapop ++ ${BSD_INSTALL_DATA} teapop.passwd ${prefix}/share/examples/teapop makefile: ../config/timestamp - @echo Updating Makefile + @ echo Updating Makefile |