From owner-cvs-all Mon Oct 2 22:39: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0EAF37B502; Mon, 2 Oct 2000 22:39:04 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA13854; Mon, 2 Oct 2000 22:39:04 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Message-Id: <200010030539.WAA13854@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Oct 2000 22:39:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2000/10/02 22:39:04 PDT Modified files: astro/xearth Makefile Log: The ${CP} command is inadequate for ports style. It was replaced by ${INSTALL_DATA}. Besides, it is dependant on the user umask, for some systems this means that it will install it with wrong permissions for most users. For the same reason, I added ${CHMOD} 0444 to make sure the file generated by merging marker files is correct. Approved by: will PR: 21684 Submitted by: myself Revision Changes Path 1.24 +5 -4 ports/astro/xearth/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message