diff options
author | snj <snj> | 2009-03-06 00:12:28 +0000 |
---|---|---|
committer | snj <snj> | 2009-03-06 00:12:28 +0000 |
commit | 961ed821949afbc2d0d6e5ffeac2b13361ba4384 (patch) | |
tree | 179a3bc1e9dee1fe6833335923b857be1f6b2d07 /shells/scponly/patches | |
parent | e21bdab569fdda53425ed3cf101b0d03f47fef87 (diff) | |
download | pkgsrc-961ed821949afbc2d0d6e5ffeac2b13361ba4384.tar.gz |
+PKG_DESTDIR_SUPPORT= user-destdir
Diffstat (limited to 'shells/scponly/patches')
-rw-r--r-- | shells/scponly/patches/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/shells/scponly/patches/patch-aa b/shells/scponly/patches/patch-aa index 268e999bf25..75ec78b2f50 100644 --- a/shells/scponly/patches/patch-aa +++ b/shells/scponly/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2005/12/05 03:04:28 snj Exp $ +$NetBSD: patch-aa,v 1.4 2009/03/06 00:12:28 snj Exp $ ---- Makefile.in.orig 2005-03-18 00:40:18.000000000 -0800 -+++ Makefile.in 2005-12-04 18:49:02.000000000 -0800 +--- Makefile.in.orig 2008-01-14 22:26:13.000000000 -0800 ++++ Makefile.in 2009-03-05 16:10:24.000000000 -0800 @@ -9,7 +9,7 @@ CFLAGS = @CFLAGS@ -I$(srcdir) -I. INSTALL = @INSTALL@ CC = @CC@ @@ -18,10 +18,10 @@ $NetBSD: patch-aa,v 1.3 2005/12/05 03:04:28 snj Exp $ - ${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 ++ ${INSTALL} -d ${DESTDIR}${prefix}/share/examples/scponly ++ ${BSD_INSTALL_PROGRAM} scponly ${DESTDIR}${bindir}/scponly ++ ${BSD_INSTALL_DATA} scponly.8 ${DESTDIR}${mandir}/man8/scponly.8 ++ ${BSD_INSTALL_DATA} debuglevel ${DESTDIR}${prefix}/share/examples/scponly if test "x${CHROOTED_NAME}" != "x"; then \ ${INSTALL} -d ${DESTDIR}${sbindir}; \ rm -f ${DESTDIR}${sbindir}/${CHROOTED_NAME}; \ |