diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-03 09:30:33 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-03 09:30:33 +0000 |
commit | b50c51c8d5f60f09eb5901ce529389b159565940 (patch) | |
tree | dd16de40412918e3fb4c370168d156351359f25c /mail/sqwebmail | |
parent | 9587c7792bae74c9fb6f3b672e6c9d1a5deb91a1 (diff) | |
download | ports-b50c51c8d5f60f09eb5901ce529389b159565940.tar.gz ports-b50c51c8d5f60f09eb5901ce529389b159565940.zip |
Notes
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 3 | ||||
-rw-r--r-- | mail/sqwebmail/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 4caf9a39a3db..e92761a10c5b 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -198,7 +198,8 @@ post-patch: .if !defined(WITHOUT_AUTHDAEMON) post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/authdaemond.sh ${PREFIX}/etc/rc.d/ + ${INSTALL_SCRIPT} ${FILESDIR}/sqwebmail-authdaemond.sh \ + ${PREFIX}/etc/rc.d/ .endif .include <bsd.port.mk> diff --git a/mail/sqwebmail/pkg-plist b/mail/sqwebmail/pkg-plist index b19c3a1aa0e1..452010e6fc22 100644 --- a/mail/sqwebmail/pkg-plist +++ b/mail/sqwebmail/pkg-plist @@ -1,4 +1,4 @@ -%%AUTHDFLAG%%etc/rc.d/authdaemond.sh +%%AUTHDFLAG%%etc/rc.d/sqwebmail-authdaemond.sh libexec/sqwebmail/authlib/authcram libexec/sqwebmail/authlib/authcustom %%AUTHDFLAG%%libexec/sqwebmail/authlib/authdaemon |