diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-23 11:27:30 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-23 11:27:30 +0000 |
commit | aeefbc6538eb226e673f435c8a681ba80eb0fc1d (patch) | |
tree | b39e6eaf4ee95552dcb2f615f02b006093d1beef /mail | |
parent | e6cec8ee036850405f8e1859deecd3f897ad1d21 (diff) | |
download | pkgsrc-aeefbc6538eb226e673f435c8a681ba80eb0fc1d.tar.gz |
bl3ify and allow pkgviews installation.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mini_sendmail/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/mini_sendmail/Makefile.common b/mail/mini_sendmail/Makefile.common index 7df7a55c7a6..66bbeb8c64c 100644 --- a/mail/mini_sendmail/Makefile.common +++ b/mail/mini_sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2003/09/21 11:15:21 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.9 2004/01/23 11:27:30 jmmv Exp $ # DISTNAME= mini_sendmail-1.3.2 @@ -9,10 +9,16 @@ MAINTAINER= is@NetBSD.org HOMEPAGE= http://www.acme.com/software/mini_sendmail/ COMMENT= Accept email on behalf of the real sendmail without spooling +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes + FILESDIR= ${.CURDIR}/../mini_sendmail/files EGDIR= ${PREFIX}/share/examples/mini_sendmail +INSTALLATION_DIRS= man/man8 sbin + .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == SunOS) |