From owner-freebsd-commit Sun Apr 30 05:30:17 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA20084 for commit-outgoing; Sun, 30 Apr 1995 05:30:17 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA19963 for cvs-share-outgoing; Sun, 30 Apr 1995 05:28:53 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA19950 ; Sun, 30 Apr 1995 05:28:46 -0700 Date: Sun, 30 Apr 1995 05:28:46 -0700 From: Satoshi Asami Message-Id: <199504301228.FAA19950@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: commit-owner@FreeBSD.org Precedence: bulk asami 95/04/30 05:28:45 Modified: share/mk bsd.port.mk Log: A bunch of new targets in the package area. Relevent targets are: package: check installation, build package, create links, touch cookie repackage: ditto but don't check cookie package-noinstall: just build package from installed stuff, no cookies involved at all package-links create the symbolic links only delete-package: delete package and symbolic links delete-package-links: delete links only These should make the management of the spaghetti of package links a little friendlier. :)