From owner-cvs-all Mon Aug 2 15:46: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8703614F9D; Mon, 2 Aug 1999 15:45:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA85205; Mon, 2 Aug 1999 15:45:42 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199908022245.PAA85205@freefall.freebsd.org> From: Chris Piazza Date: Mon, 2 Aug 1999 15:45:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk-doc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/08/02 15:45:41 PDT Modified files: java/jdk-doc Makefile Log: Add a workaround to chown the files if the person installing the port is root. It was keeping the uid/gid of 10/143. There might be a better solution than this in the long run but it'll work for now. PR: 12897 Reported by: Jose Marques Also some minor non-functional changes, exit 0 -> ${FALSE}, PKGMESSAGE to use | ${SED} instead of creating a new file. Revision Changes Path 1.7 +8 -5 ports/java/jdk-doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message