diff options
author | tron <tron@pkgsrc.org> | 1998-02-27 23:53:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-27 23:53:08 +0000 |
commit | 224b9b5d26926bae7cc665f9b255af42a8786541 (patch) | |
tree | a6284f7b1f1d1c9e1223583a1c8b9c8eb5a140f0 /mail | |
parent | df3003768d7aabee54a5348c7a0eea264ff14e19 (diff) | |
download | pkgsrc-224b9b5d26926bae7cc665f9b255af42a8786541.tar.gz |
Adapt this package to NetBSD.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/procmail/Makefile | 9 | ||||
-rw-r--r-- | mail/procmail/patches/patch-aa | 2 | ||||
-rw-r--r-- | mail/procmail/pkg/PLIST | 1 |
3 files changed, 5 insertions, 7 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index a169ed05f1b..454c31d854e 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -3,6 +3,7 @@ # Date created: 24 September 1994 # Whom: adam # +# $NetBSD: Makefile,v 1.2 1998/02/27 23:53:08 tron Exp $ # $FreeBSD Id: Makefile,v 1.24 1997/05/14 14:40:34 ache Exp # @@ -10,15 +11,11 @@ DISTNAME= procmail-3.11pre7 PKGNAME= procmail-3.11p7 CATEGORIES= mail MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ -INSTALL_TARGET= install-suid install.man MAINTAINER= ache@FreeBSD.ORG -# It asks for list af directories to do test for file locking -# (defaults to /tmp and ".", so return should suffice in most cases). -.if !defined(PACKAGE_BUILDING) # handled in patch-aa -IS_INTERACTIVE= yes -.endif +INSTALL_TARGET= install-suid install.man + MAN1= procmail.1 formail.1 lockfile.1 MAN5= procmailex.5 procmailrc.5 procmailsc.5 diff --git a/mail/procmail/patches/patch-aa b/mail/procmail/patches/patch-aa index 6258b85dcd3..b2bc9a25551 100644 --- a/mail/procmail/patches/patch-aa +++ b/mail/procmail/patches/patch-aa @@ -23,7 +23,7 @@ # Makefile.0 - mark, don't (re)move this, a sed script needs it -+ .if defined(PACKAGE_BUILDING) ++ .if defined(BATCH) + LOCKINGTEST=/tmp . + .else LOCKINGTEST=__defaults__ diff --git a/mail/procmail/pkg/PLIST b/mail/procmail/pkg/PLIST index b7532ae9ca8..6700eee15d6 100644 --- a/mail/procmail/pkg/PLIST +++ b/mail/procmail/pkg/PLIST @@ -1,3 +1,4 @@ +@comment $NetBSD: PLIST,v 1.2 1998/02/27 23:53:08 tron Exp $ bin/procmail bin/formail bin/lockfile |