diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:32 +0000 |
commit | ec993afa1a03c673838b24572cfaae5ebd9fb235 (patch) | |
tree | f363875d965b55b56e856a921189b2693e263e28 /mail/dovecot | |
parent | 12db50c706ca0bcbc78542f31d7719bf81af8ece (diff) | |
download | pkgsrc-ec993afa1a03c673838b24572cfaae5ebd9fb235.tar.gz |
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index f74e2096319..f00cb37c0e6 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/10 00:32:35 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/14 17:21:44 jlam Exp $ DISTNAME= dovecot-0.99.10.4 CATEGORIES= mail @@ -17,8 +17,6 @@ USE_LIBTOOL= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool - CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --localstatedir=/var CONFIGURE_ARGS+= --with-ssldir=${SSLCERTS} |