summaryrefslogtreecommitdiff
path: root/shells/scponly
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2005-02-20 06:46:07 +0000
committersnj <snj@pkgsrc.org>2005-02-20 06:46:07 +0000
commit59f7988c657def36940dd7e5f041072fc61386b2 (patch)
tree4182c2636c30352849894e5e60ce2f2acc25ddf6 /shells/scponly
parent384e38172bb9a8488cdecc587771cd4506196f90 (diff)
downloadpkgsrc-59f7988c657def36940dd7e5f041072fc61386b2.tar.gz
Kill some hardcoded UID, GID, and mode settings that were being passed to
${INSTALL}. This should fix the problem seen in minskim's Linux bulk build.
Diffstat (limited to 'shells/scponly')
-rw-r--r--shells/scponly/distinfo4
-rw-r--r--shells/scponly/patches/patch-aa16
2 files changed, 11 insertions, 9 deletions
diff --git a/shells/scponly/distinfo b/shells/scponly/distinfo
index e05f89df68b..0e44791f668 100644
--- a/shells/scponly/distinfo
+++ b/shells/scponly/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/01/28 02:27:29 snj Exp $
+$NetBSD: distinfo,v 1.2 2005/02/20 06:46:07 snj Exp $
SHA1 (scponly-4.0.tgz) = 418486395896dc2a528295a4b508c8b408bfb33c
Size (scponly-4.0.tgz) = 85053 bytes
-SHA1 (patch-aa) = 1bb06b4a1892450cafb55d1dea0ffdb8b706306f
+SHA1 (patch-aa) = 0dd9c9daebe6ed5bdadbdf28695f7539c1bd21d4
diff --git a/shells/scponly/patches/patch-aa b/shells/scponly/patches/patch-aa
index b1cbb8b2592..0cf1229c998 100644
--- a/shells/scponly/patches/patch-aa
+++ b/shells/scponly/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/01/28 02:27:29 snj Exp $
+$NetBSD: patch-aa,v 1.2 2005/02/20 06:46:07 snj Exp $
---- Makefile.in.orig 2003-11-19 22:04:53.000000000 -0800
-+++ Makefile.in 2005-01-27 18:02:16.000000000 -0800
+--- Makefile.in.orig Wed Nov 19 22:04:53 2003
++++ Makefile.in Sat Feb 19 22:30:44 2005
@@ -9,7 +9,7 @@ CFLAGS = @CFLAGS@ -I$(srcdir) -I.
INSTALL = @INSTALL@
CC = @CC@
@@ -15,11 +15,13 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/01/28 02:27:29 snj Exp $
${INSTALL} -d ${bindir}
${INSTALL} -d ${mandir}/man8
${INSTALL} -d ${CONFDIR}
-+ ${INSTALL} -d ${prefix}/share/examples/scponly
- ${INSTALL} -o 0 -g 0 scponly ${bindir}/scponly
- ${INSTALL} -o 0 -g 0 -m 0644 scponly.8 ${mandir}/man8/scponly.8
+- ${INSTALL} -o 0 -g 0 scponly ${bindir}/scponly
+- ${INSTALL} -o 0 -g 0 -m 0644 scponly.8 ${mandir}/man8/scponly.8
- ${INSTALL} -o 0 -g 0 -m 0644 debuglevel ${DEBUGFILE}
-+ ${INSTALL} -o 0 -g 0 -m 0644 debuglevel ${prefix}/share/examples/scponly
++ ${INSTALL} -d ${prefix}/share/examples/scponly
++ ${BSD_INSTALL_PROGRAM} scponly ${bindir}/scponly
++ ${BSD_INSTALL_DATA} scponly.8 ${mandir}/man8/scponly.8
++ ${BSD_INSTALL_DATA} debuglevel ${prefix}/share/examples/scponly
if test "x${CHROOTED_NAME}" != "x"; then \
${INSTALL} -d ${sbindir}; \
rm -f ${sbindir}/${CHROOTED_NAME}; \