diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 04:32:35 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 04:32:35 +0800 |
commit | f64c00264313fc2ed8b02b020f566f10879393e3 (patch) | |
tree | 6f336858d1d15de281865e230c83a8a9aba743df /mail | |
parent | bd7d2a298bda06208c7231f416a51ca305607884 (diff) | |
download | freebsd-ports-gnome-f64c00264313fc2ed8b02b020f566f10879393e3.tar.gz freebsd-ports-gnome-f64c00264313fc2ed8b02b020f566f10879393e3.tar.zst freebsd-ports-gnome-f64c00264313fc2ed8b02b020f566f10879393e3.zip |
portlint
Diffstat (limited to 'mail')
-rw-r--r-- | mail/procmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 70d546f6ee36..122776222490 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -7,14 +7,14 @@ # DISTNAME= procmail-3.13.1 -PKGNAME= procmail-3.13.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \ ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ -INSTALL_TARGET= install-suid install.man MAINTAINER= ache@FreeBSD.ORG +INSTALL_TARGET= install-suid install.man + # 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 |