Commit graph

12 commits

Author SHA1 Message Date
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
hans
ce66a135cb Support -p and -mXXX arguments. 2012-01-11 13:07:31 +00:00
tez
8f71f52613 Make -c (copy) the default operation (vs. move) to come in line with other
install tools this is built to emulate.  This should fix at least:
pkg/42976
pkg/43951
2010-10-08 19:57:05 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
d0076c3403 Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
2009-04-08 22:43:23 +00:00
joerg
da712f263e Add a marker for bootstrap packages to allow special cases them during
bulk builds.
2008-06-19 18:36:51 +00:00
tnn
1b0172a782 Add destdir support. 2008-05-24 13:30:36 +00:00
jlam
032306f2fa Update sysutils/install-sh to 20070712. Changes from previous version
include:

* Drop support for "-b=..." and "-t=..." which are transformation options
  that are not supported by BSD install.

* Add support for "-b" and "-B fmt" to allow backing up existing files.
  Only specifying "-b" yields a backup suffix of ".old" and "-B fmt"
  allows for sprintf(3)-style backup suffices.  Number backups are
  supported using awk(1).
2007-07-12 18:32:49 +00:00
jlam
00b5a3344d Ensure that nonexistent intermediate directories are created with the
default mode (${PKGDIRMODE}) even if -m <mode> is provided on the
command line.

Bump the package version to 20070704.
2007-07-04 19:21:22 +00:00
jlam
920dc8cdbf Update sysutils/install-sh to 20070620. Changes from the previous
version include modifications to the script to pass the regression
test suite in regress/bootstrap-install-sh.  This makes the installed
install-sh script more closely match NetBSD's /usr/bin/install.
2007-06-20 16:18:36 +00:00
jlam
d60529991e This package provides a script ``install-sh'' that is compatible with
the BSD install program.  The script comes from pkgsrc/bootstrap.
2006-07-17 14:19:01 +00:00