summaryrefslogtreecommitdiff
path: root/shells/scponly/patches
diff options
context:
space:
mode:
authorsnj <snj>2005-12-05 03:04:28 +0000
committersnj <snj>2005-12-05 03:04:28 +0000
commita3d970d327eef042a0cd57f49fb56c0bbbac3b0e (patch)
tree9ea7d41a51006484153698ac98d912b3a1a84ec4 /shells/scponly/patches
parent61487a2bf831703edc7a5b9e2ed45f807bba0c7c (diff)
downloadpkgsrc-a3d970d327eef042a0cd57f49fb56c0bbbac3b0e.tar.gz
Update to 4.1, which brings numerous bugfixes.
While here, apply a patch from Eric Schnoebelen in PR pkg/31114 to fix a bogus reference to id.
Diffstat (limited to 'shells/scponly/patches')
-rw-r--r--shells/scponly/patches/patch-aa32
1 files changed, 16 insertions, 16 deletions
diff --git a/shells/scponly/patches/patch-aa b/shells/scponly/patches/patch-aa
index 0cf1229c998..268e999bf25 100644
--- a/shells/scponly/patches/patch-aa
+++ b/shells/scponly/patches/patch-aa
@@ -1,27 +1,27 @@
-$NetBSD: patch-aa,v 1.2 2005/02/20 06:46:07 snj Exp $
+$NetBSD: patch-aa,v 1.3 2005/12/05 03:04:28 snj Exp $
---- Makefile.in.orig Wed Nov 19 22:04:53 2003
-+++ Makefile.in Sat Feb 19 22:30:44 2005
+--- Makefile.in.orig 2005-03-18 00:40:18.000000000 -0800
++++ Makefile.in 2005-12-04 18:49:02.000000000 -0800
@@ -9,7 +9,7 @@ CFLAGS = @CFLAGS@ -I$(srcdir) -I.
INSTALL = @INSTALL@
CC = @CC@
- CHROOTED_NAME = @CHROOTED_NAME@
--CONFDIR := @sysconfdir@/scponly
-+CONFDIR := @sysconfdir@
- DEBUGFILE := ${CONFDIR}/debuglevel
- DEFS := @DEFS@ -DDEBUGFILE='"${DEBUGFILE}"'
+ CHROOTED_NAME = @CHROOTED_NAME@
+-CONFDIR = @sysconfdir@/scponly
++CONFDIR = @sysconfdir@
+ DEBUGFILE = ${CONFDIR}/debuglevel
+ DEFS = @DEFS@ -DDEBUGFILE='"${DEBUGFILE}"'
LN_S = @LN_S@
@@ -38,9 +38,10 @@ install: scponly debuglevel scponly.8
- ${INSTALL} -d ${bindir}
- ${INSTALL} -d ${mandir}/man8
- ${INSTALL} -d ${CONFDIR}
-- ${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} -d ${DESTDIR}${bindir}
+ ${INSTALL} -d ${DESTDIR}${mandir}/man8
+ ${INSTALL} -d ${DESTDIR}${CONFDIR}
+- ${INSTALL} -o 0 -g 0 scponly ${DESTDIR}${bindir}/scponly
+- ${INSTALL} -o 0 -g 0 -m 0644 scponly.8 ${DESTDIR}${mandir}/man8/scponly.8
+- ${INSTALL} -o 0 -g 0 -m 0644 debuglevel ${DESTDIR}${DEBUGFILE}
+ ${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}; \
+ ${INSTALL} -d ${DESTDIR}${sbindir}; \
+ rm -f ${DESTDIR}${sbindir}/${CHROOTED_NAME}; \