summaryrefslogtreecommitdiff
path: root/mail/teapop/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/teapop/patches/patch-aa')
-rw-r--r--mail/teapop/patches/patch-aa23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/teapop/patches/patch-aa b/mail/teapop/patches/patch-aa
new file mode 100644
index 00000000000..d3ab55a4a0a
--- /dev/null
+++ b/mail/teapop/patches/patch-aa
@@ -0,0 +1,23 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $
+
+--- etc/Makefile.in.orig Sun Jun 4 14:40:00 2000
++++ etc/Makefile.in
+@@ -23,15 +23,9 @@
+ 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; \
+- fi
++ ${INSTALL} -d ${prefix}/share/examples/teapop; \
++ ${BSD_INSTALL_DATA} teapop.passwd ${prefix}/share/examples/teapop; \
++ ${CHMOD} 0755 ${prefix}/share/examples/teapop/teapop.passwd; \
+
+ makefile: ../config/timestamp
+ @echo Updating Makefile