diff options
author | wiz <wiz@pkgsrc.org> | 2003-02-15 22:34:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-02-15 22:34:24 +0000 |
commit | 638c3c50639e207ff52066e7bdb6c46f0cf98a5a (patch) | |
tree | 61be0db0e0fc531ff2bd6dcb63ef529a6494d60b /mail | |
parent | 89e4042b1358fb3ff2977fdf9e54d74bcd717860 (diff) | |
download | pkgsrc-638c3c50639e207ff52066e7bdb6c46f0cf98a5a.tar.gz |
Silence pkglint.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mini_sendmail/MESSAGE | 4 | ||||
-rw-r--r-- | mail/mini_sendmail/Makefile | 4 | ||||
-rw-r--r-- | mail/mini_sendmail/Makefile.common | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/mini_sendmail/MESSAGE b/mail/mini_sendmail/MESSAGE index 47d0e0db868..d8866c24d61 100644 --- a/mail/mini_sendmail/MESSAGE +++ b/mail/mini_sendmail/MESSAGE @@ -1,8 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2003/02/15 22:11:23 is Exp $ +$NetBSD: MESSAGE,v 1.2 2003/02/15 22:34:24 wiz Exp $ Before you install ${PREFIX}/etc/mailer.conf.mini_sendmail as /etc/mailer.conf, edit it to replace ``relayhost'' with the name of the smart mail relay host. See the manual page for details. + +=========================================================================== diff --git a/mail/mini_sendmail/Makefile b/mail/mini_sendmail/Makefile index eb1a045920b..73366967911 100644 --- a/mail/mini_sendmail/Makefile +++ b/mail/mini_sendmail/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/02/15 22:11:23 is Exp $ +# $NetBSD: Makefile,v 1.2 2003/02/15 22:34:24 wiz Exp $ # -PKGNAME= mini_sendmail-1.3.2 - .include "Makefile.common" diff --git a/mail/mini_sendmail/Makefile.common b/mail/mini_sendmail/Makefile.common index 791b520abf5..50faea54d3f 100644 --- a/mail/mini_sendmail/Makefile.common +++ b/mail/mini_sendmail/Makefile.common @@ -1,6 +1,5 @@ -# $NetBSD: Makefile.common,v 1.1 2003/02/15 22:11:24 is Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/02/15 22:34:24 wiz Exp $ # - DISTNAME= mini_sendmail-1.3.2 CATEGORIES= mail MASTER_SITES= http://www.acme.com/software/mini_sendmail/ @@ -8,7 +7,8 @@ MASTER_SITES= http://www.acme.com/software/mini_sendmail/ MAINTAINER= is@netbsd.org HOMEPAGE= http://www.acme.com/software/mini_sendmail/ COMMENT= accept email on behalf of the real sendmail without spooling -FILESDIR= ../mini_sendmail/files + +FILESDIR= ${.CURDIR}/../mini_sendmail/files post-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ |