diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-13 18:10:29 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-13 18:10:29 +0000 |
commit | 973f8a56cffa24ac481aac8933a71948648e8afa (patch) | |
tree | 92ccbe014d738a4a7fc050c50a7358facc8518f6 /mail | |
parent | eb5b4a726119d57b65a649ed35a4e122544eccdd (diff) | |
download | pkgsrc-973f8a56cffa24ac481aac8933a71948648e8afa.tar.gz |
mention inclusion of WIDE patch in installed DESCR
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index c8d5df4ecae..d0608e005b3 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/08/13 17:52:31 itojun Exp $ +# $NetBSD: Makefile,v 1.22 2000/08/13 18:10:29 itojun Exp $ DISTNAME= sendmail.8.11.0 PKGNAME= sendmail-8.11.0 @@ -59,6 +59,7 @@ post-patch: ${CP} ${PKGDIR}/DESCR ${DESCR_SRC} echo '---' >> ${DESCR_SRC} echo -n 'compiled features:' >> ${DESCR_SRC} + echo -n ' WIDE' >> ${DESCR_SRC} .if defined(USE_INET6) && ${USE_INET6} == YES ${CAT} ${FILESDIR}/site.config.m4-v6 >> ${SITECONFIG} echo -n ' INET6' >> ${DESCR_SRC} |