From owner-cvs-ports Sat May 13 20:30:27 1995 Return-Path: cvs-ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA21910 for cvs-ports-outgoing; Sat, 13 May 1995 20:30:27 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA21884 ; Sat, 13 May 1995 20:30:12 -0700 Date: Sat, 13 May 1995 20:30:12 -0700 From: Satoshi Asami Message-Id: <199505140330.UAA21884@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/x11 Makefile Sender: cvs-ports-owner@freebsd.org Precedence: bulk asami 95/05/13 20:30:10 Modified: archivers Makefile audio Makefile cad Makefile comms Makefile databases Makefile devel Makefile editors Makefile games Makefile graphics Makefile japanese Makefile lang Makefile mail Makefile math Makefile net Makefile news Makefile print Makefile shells Makefile utils Makefile x11 Makefile Log: 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".