diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-14 11:30:07 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-14 11:30:07 +0800 |
commit | c9dc84a5224b30f876aca7950ba9667f10a42b4b (patch) | |
tree | d8441e63488bf8611df96673021fc142d567b5f2 /mail | |
parent | ed69276f3b3057aa2b01874de91a6b7abbf2326b (diff) | |
download | freebsd-ports-gnome-c9dc84a5224b30f876aca7950ba9667f10a42b4b.tar.gz freebsd-ports-gnome-c9dc84a5224b30f876aca7950ba9667f10a42b4b.tar.zst freebsd-ports-gnome-c9dc84a5224b30f876aca7950ba9667f10a42b4b.zip |
Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#
SUBDIR= good_port_1 good_port_2 ...
=====
Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/Makefile b/mail/Makefile index 3e8cb9962431..392c327ff208 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,7 +1,4 @@ -# -# $Id: Makefile,v 1.10 1995/05/01 14:25:43 ache Exp $ -# -# BROKEN= none +# $Id: Makefile,v 1.11 1995/05/13 07:55:53 asami Exp $ # SUBDIR= elm metamail mh mpack pgpsendmail pine popper procmail smail |