From owner-cvs-share Sun Nov 10 22:50:54 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA21721 for cvs-share-outgoing; Sun, 10 Nov 1996 22:50:54 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA21704; Sun, 10 Nov 1996 22:50:47 -0800 (PST) Date: Sun, 10 Nov 1996 22:50:47 -0800 (PST) From: Satoshi Asami Message-Id: <199611110650.WAA21704@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/doc/handbook porting.sgml ports.sgml Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/11/10 22:50:46 Modified: share/doc/handbook porting.sgml ports.sgml Log: Change "CATEGORIES+=" to "CATEGORIES=" in sample Makefiles. It was "+=" originally because (as I understand) Jordan used a sed script (or was it perl?) to edit all the ports Makefiles automatically and he wanted to make sure multiple CATEGORIES lines (they were inserted after DISTNAME or something, there shouldn't have been multiple of them to begin with but that's another story) won't be stepping on each other's toes. Reminded by: obrien Revision Changes Path 1.38 +3 -3 src/share/doc/handbook/porting.sgml 1.17 +2 -2 src/share/doc/handbook/ports.sgml