From owner-cvs-share Sun Apr 16 23:39:08 1995 Return-Path: cvs-share-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA08787 for cvs-share-outgoing; Sun, 16 Apr 1995 23:39:08 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA08777 ; Sun, 16 Apr 1995 23:39:06 -0700 Date: Sun, 16 Apr 1995 23:39:06 -0700 From: Satoshi Asami Message-Id: <199504170639.XAA08777@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: cvs-share-owner@freebsd.org Precedence: bulk asami 95/04/16 23:39:06 Modified: share/mk bsd.port.mk Log: "package" now depends on "install", so we can do "make -k package" from the top level and have the build-package sequence of each port work together. For the old behavior (i.e, just go ahead and blindly pack everything up, regardless of the contents of work/), there is a new target "repackage".