ee6f2a419f
Teapop is an RFC1939 and RFC2449 compliant POP3-server, which is quickly gaining world-wide recognition. With its' flexible virtual domain support, Teapop distinguishes itself from other POP3-servers. The possibility to authenticate users in several different ways, for example PostgreSQL-databases and Apache htpasswd files, lets Teapop adapt itself to Your setup, rather than the other way around as with traditional POP3-servers. Maintainer Lurene Grenier <lurene@daemonkitty.net>
24 lines
848 B
Plaintext
Executable File
24 lines
848 B
Plaintext
Executable File
$OpenBSD: patch-etc_Makefile_in,v 1.1.1.1 2002/06/08 05:58:24 pvalchev Exp $
|
|
--- etc/Makefile.in.orig Tue Apr 9 12:33:40 2002
|
|
+++ etc/Makefile.in Fri Apr 12 13:22:27 2002
|
|
@@ -23,16 +23,11 @@ build:
|
|
fi
|
|
|
|
install: build
|
|
- @ echo Checking for existing teapop.passwd; \
|
|
- if [ -f ${DESTDIR}/${sysconfdir}/teapop.passwd ]; then \
|
|
- echo "Exists...NOT installing teapop.passwd"; \
|
|
- else \
|
|
echo "Not found, installing teapop.passwd"; \
|
|
- ${INSTALL} -d ${DESTDIR}/${sysconfdir}; \
|
|
+ ${INSTALL} -d ${PREFIX}/share/examples/teapop; \
|
|
${INSTALL} teapop.passwd \
|
|
- ${DESTDIR}/${sysconfdir}; \
|
|
- ${CHMOD} 0644 ${DESTDIR}/${sysconfdir}/teapop.passwd; \
|
|
- fi
|
|
+ ${PREFIX}/share/examples/teapop; \
|
|
+ ${CHMOD} 0644 ${PREFIX}/share/examples/teapop/teapop.passwd; \
|
|
|
|
makefile: ../config/timestamp
|
|
@ echo Updating Makefile
|