From owner-cvs-share Wed Aug 14 22:55:51 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA07914 for cvs-share-outgoing; Wed, 14 Aug 1996 22:55:51 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA07868; Wed, 14 Aug 1996 22:55:35 -0700 (PDT) Date: Wed, 14 Aug 1996 22:55:35 -0700 (PDT) From: Satoshi Asami Message-Id: <199608150555.WAA07868@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/08/14 22:55:35 Modified: share/mk bsd.port.mk Log: (1) Add myself as MAINTAINER (of this file) -- commented out so it won't be pulled into individual ports that include this file. ;) (2) Document MOTIFLIB, it's not set in the ports Makefiles but is important for Motif ports (already documented in the handbook). (3) Add INSTALL_PROGRAM, INSTALL_SCRIPT, INSTALL_DATA, INSTALL_MAN as "aliases" of the appropriate install command line, for use in *-install targets. Reviewed by: the ports list (item 3 only) Revision Changes Path 1.219 +29 -4 src/share/mk/bsd.port.mk