diff options
author | asami <asami@FreeBSD.org> | 1995-04-17 06:47:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-17 06:47:25 +0800 |
commit | fc3b6bf362da6256b8f6ac74930c5e8ce4b2615b (patch) | |
tree | 8889d7e73387cb2fe0f82507ce6fa2be228a72af /mail/Makefile | |
parent | 7dd5849feee65778d991f85d42cea13bfce23936 (diff) | |
download | freebsd-ports-gnome-fc3b6bf362da6256b8f6ac74930c5e8ce4b2615b.tar.gz freebsd-ports-gnome-fc3b6bf362da6256b8f6ac74930c5e8ce4b2615b.tar.zst freebsd-ports-gnome-fc3b6bf362da6256b8f6ac74930c5e8ce4b2615b.zip |
Move procmail back to SUBDIR now that Andrey has fixed the chmod
/var/mail problem.
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/Makefile b/mail/Makefile index a9e02cf70fa6..9f3319accdc6 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,9 +1,9 @@ # -# $Id: Makefile,v 1.7 1995/04/16 08:16:58 asami Exp $ +# $Id: Makefile,v 1.8 1995/04/16 20:41:09 asami Exp $ # -# BROKEN= procmail (suid's system dirs) +# BROKEN= none # -SUBDIR= elm metamail mh pine pgpsendmail popper smail +SUBDIR= elm metamail mh pine pgpsendmail popper procmail smail .include <bsd.port.subdir.mk> |