diff options
author | jlam <jlam> | 2004-07-14 21:37:09 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-07-14 21:37:09 +0000 |
commit | 23b8a95ed27f1681472190846bdcb66715b880e0 (patch) | |
tree | 52fe7f285b3768a1c05ebfe75ef7fcae8ee9f8ed | |
parent | 38eb7fd41c989d8b785be82fc23625fec4215eb7 (diff) | |
download | pkgsrc-23b8a95ed27f1681472190846bdcb66715b880e0.tar.gz |
Move addition of "liblog" to WRKSRC_SUBDIRS from Makefile to
Makefile.authdaemond so that courier-auth* module packages will patch
correctly.
-rw-r--r-- | mail/courier-auth/Makefile | 3 | ||||
-rw-r--r-- | mail/courier-auth/Makefile.authdaemond | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/courier-auth/Makefile b/mail/courier-auth/Makefile index 8b744586d5a..65e1a0b09fd 100644 --- a/mail/courier-auth/Makefile +++ b/mail/courier-auth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/07/14 20:07:07 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2004/07/14 21:37:09 jlam Exp $ PKGNAME= courier-auth-${BASE_VERS} CATEGORIES= security @@ -17,7 +17,6 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL .include "../courier-auth/Makefile.authdaemond" WRKSRC_FILES+= imap/system-auth.authpam -WRKSRC_SUBDIRS+= liblog INSTALL_DIRS= ${WRKSRC}/liblog ${WRKSRC}/makedat \ ${WRKSRC}/userdb ${WRKSRC}/authlib diff --git a/mail/courier-auth/Makefile.authdaemond b/mail/courier-auth/Makefile.authdaemond index aa6ff30b1c2..89e70659039 100644 --- a/mail/courier-auth/Makefile.authdaemond +++ b/mail/courier-auth/Makefile.authdaemond @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.authdaemond,v 1.12 2004/07/14 20:07:07 jlam Exp $ +# $NetBSD: Makefile.authdaemond,v 1.13 2004/07/14 21:37:09 jlam Exp $ USE_BUILDLINK3= yes USE_LANGUAGES= c c++ @@ -26,7 +26,7 @@ WRKSRC_FILES+= Makefile.in courier.spec.in courier.sysvinit.in \ # WRKSRC_SUBDIRS= afx bdbobj gdbmobj numlib soxwrap md5 sha1 \ libhmac random128 unicode rfc822 rfc1035 \ - rfc2045 liblock + rfc2045 liblock liblog # These are the parts of courier that we will be building and installing. WRKSRC_SUBDIRS+= makedat userdb authlib |