Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2000 22:39:04 -0700 (PDT)
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/astro/xearth Makefile
Message-ID:  <200010030539.WAA13854@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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: <A HREF="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21684">21684</A>;
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010030539.WAA13854>