diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-03 00:45:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-03 00:45:15 +0000 |
commit | 869ac8b096147d443e0464df32ac649f04508299 (patch) | |
tree | 3c8661428915f4079924070ba5a5d74d4ca76f0d /mail | |
parent | 948dfb6b83b0848f74d78983091394be3dcea66a (diff) | |
download | pkgsrc-869ac8b096147d443e0464df32ac649f04508299.tar.gz |
Be more aggressive: broken configure script checks if libexecdir exists
at configure time.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smtpfeed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index cf24cb2a204..96f60fc65d2 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/06/02 13:55:47 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/06/03 00:45:15 joerg Exp $ DISTNAME= smtpfeed-1.18 PKGREVISION= 1 @@ -18,6 +18,8 @@ COMMENT= SMTP Fast Exploding External Deliverer for Sendmail GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libexecdir=${PREFIX:Q}/libexec +# configure tries to be clever, so force our setting +CONFIGURE_ENV+= my_cv_path_lib_exec=${PREFIX:Q}/libexec # use bind8? #CONFIGURE_ARGS+= --with-bind8 |