diff options
Diffstat (limited to 'mail/ssmtp/Makefile')
-rw-r--r-- | mail/ssmtp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index b2769ed4ae9..fe4c3689aba 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/12/05 23:55:11 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2005/12/29 06:21:53 jlam Exp $ # # TLS functionality needs testing. Please let me know the result, # and preferably info about your system. @@ -17,7 +17,6 @@ COMMENT= Extremely simple MTA to forward mail to a mail hub WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/.orig$//} USE_TOOLS+= gmake -USE_PKGINSTALL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q} |