summaryrefslogtreecommitdiff
path: root/mail/esmtp
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-11-12 17:55:59 +0000
committerminskim <minskim@pkgsrc.org>2005-11-12 17:55:59 +0000
commit6d7d28299083958acb4583db4ee3a0d5bfd33afc (patch)
treef542e97b31b96900e1b1eb397f867b06db5d1f1a /mail/esmtp
parent3de73d3d10708fe7cb2fe5d62d918ab10befad8a (diff)
downloadpkgsrc-6d7d28299083958acb4583db4ee3a0d5bfd33afc.tar.gz
Correct the configuration file name. Patch submitted by Leonard
Schmidt (maintainer) in private email. Bump PKGREVISION.
Diffstat (limited to 'mail/esmtp')
-rw-r--r--mail/esmtp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/esmtp/Makefile b/mail/esmtp/Makefile
index aa2e33d8582..80748d14dd7 100644
--- a/mail/esmtp/Makefile
+++ b/mail/esmtp/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/12 04:13:12 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2005/11/12 17:55:59 minskim Exp $
#
DISTNAME= esmtp-0.5.1
CATEGORIES= mail
+PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=esmtp/}
EXTRACT_SUFX= .tar.bz2
@@ -28,7 +29,7 @@ PKG_SYSCONFSUBDIR= esmtp
EGDIR= ${PREFIX}/share/examples/esmtp
CONF_FILES= ${EGDIR}/sample.esmtprc \
- ${PKG_SYSCONFDIR}/sample.esmtprc
+ ${PKG_SYSCONFDIR}/esmtprc
.include "../../mail/libesmtp/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"