diff options
author | tnn <tnn@pkgsrc.org> | 2015-10-20 10:53:24 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-10-20 10:53:24 +0000 |
commit | 7e298c6cc552da85f8a1a93b54b13a3209f458f4 (patch) | |
tree | 5e2fbc764bda14b9b32c739deb24d29944cb744e /mail/ssmtp/Makefile | |
parent | 83070478f1e6e937dd21586dbb22b7a0602b2f63 (diff) | |
download | pkgsrc-7e298c6cc552da85f8a1a93b54b13a3209f458f4.tar.gz |
needs libgen.h for basename(3). Fixes segfault on 64bit. Bump.
Diffstat (limited to 'mail/ssmtp/Makefile')
-rw-r--r-- | mail/ssmtp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index 00c581ca5d9..baffbca399c 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/02/12 23:18:10 tron Exp $ +# $NetBSD: Makefile,v 1.29 2015/10/20 10:53:24 tnn Exp $ # # TLS functionality needs testing. Please let me know the result, # and preferably info about your system. @@ -8,7 +8,7 @@ DISTNAME= ssmtp_2.64.orig EXTRACT_SUFX= .tar.bz2 PKGNAME= ssmtp-2.64 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/ssmtp/} @@ -36,7 +36,7 @@ SUBST_FILES.paths= ${WRKDIR}/mailer.conf ssmtp.c ssmtp.conf ssmtp.8 SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g' SUBST_SED.paths+= -e 's,/etc/ssl/certs,${PKG_SYSCONFDIR},g' SUBST_SED.paths+= -e 's,/etc/ssmtp,${PKG_SYSCONFDIR},g' -SUBST_STAGE.paths= post-patch +SUBST_STAGE.paths= pre-configure INSTALLATION_DIRS+= ${EGDIR} |