diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-05-15 12:31:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-05-15 12:31:10 +0000 |
commit | 5a85840e80d45a013c46fe906c24ab07978693bb (patch) | |
tree | d4562f80b6a8b03fc34236e31b550323c6d9d976 /mail/dovecot2 | |
parent | 1aae147d5624224337432894617ce2272573f329 (diff) | |
download | pkgsrc-5a85840e80d45a013c46fe906c24ab07978693bb.tar.gz |
Move including options.mk to Makefile.common, the plugins do a full build
so need to build it the same way as the main package. Fixes SSL build.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r-- | mail/dovecot2/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 1a63962dcb7..3ee45583d56 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2016/11/12 11:21:45 adam Exp $ +# $NetBSD: Makefile,v 1.94 2017/05/15 12:31:10 jperkin Exp $ .include "../../mail/dovecot2/Makefile.common" @@ -38,8 +38,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf ${DESTDIR}${EGDIR} ${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${DESTDIR}${EGDIR} -.include "options.mk" - # Don't compress manual pages as they include each other. .undef MANZ diff --git a/mail/dovecot2/Makefile.common b/mail/dovecot2/Makefile.common index bc73cb30fa0..a419df98740 100644 --- a/mail/dovecot2/Makefile.common +++ b/mail/dovecot2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2017/04/19 09:05:16 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.8 2017/05/15 12:31:10 jperkin Exp $ # # when updating to a new release, update ABI depends in # the buildlink3.mk file as well, since the plugins' version @@ -47,6 +47,8 @@ CONFIGURE_ARGS.SunOS+= --with-notify=none # mv: rename .deps/auth-stats.Tpo to .deps/auth-stats.Po: No such file or directory MAKE_JOBS_SAFE= no +.include "options.mk" + .include "../../archivers/bzip2/buildlink3.mk" .include "../../archivers/lz4/buildlink3.mk" .include "../../archivers/xz/buildlink3.mk" |