Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-17 | install(1) allows for installing /dev/null to create an empty file, | jschauma | 1 | -1/+4 | |
so let's do this here, too. This should address PR pkg/25313. | |||||
2004-04-23 | Rather than work around an automake braindeadness, parameterize install-sh | tv | 1 | -2/+2 | |
so that Interix can set the default mode to 0775. Then add "install_sh" to CONFIGURE_ENV so it uses ${INSTALL}, not the package-supplied install script (as is done for autoconf $INSTALL). | |||||
2004-04-12 | Add script to work around stupid 'mkdir -p' on Unixware. | heinz | 1 | -0/+44 | |
$ mkdir -p /tmp/foo ; echo $? 0 $ mkdir -p /tmp/foo ; echo $? 2 mkdir-sh calls 'mkdir' except when the target directory already exists. | |||||
2004-03-11 | import the required bits of bootstrap-pkgsrc from 20040311. | grant | 4 | -0/+1104 | |