pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/standalone-tcsh standalone-tcsh: Add "bin" to I...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ca00668b81e
branches: trunk
changeset: 769339:5ca00668b81e
user: kim <kim%pkgsrc.org@localhost>
date: Sat Nov 13 06:53:10 2021 +0000
description:
standalone-tcsh: Add "bin" to INSTALLATION_DIRS
This package installs DESTDIR/bin/tcsh so add "bin" to INSTALLATION_DIRS.
XXX: Creating the binary package still fails.
diffstat:
shells/standalone-tcsh/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c7aa9f0996b1 -r 5ca00668b81e shells/standalone-tcsh/Makefile
--- a/shells/standalone-tcsh/Makefile Sat Nov 13 06:50:03 2021 +0000
+++ b/shells/standalone-tcsh/Makefile Sat Nov 13 06:53:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/11/11 22:47:55 kim Exp $
+# $NetBSD: Makefile,v 1.31 2021/11/13 06:53:10 kim Exp $
#
.include "../../shells/tcsh/Makefile.common"
@@ -23,6 +23,7 @@
NOT_FOR_PLATFORM+= SunOS-*-*
.endif
+INSTALLATION_DIRS+= bin
INSTALLATION_DIRS+= usr/share/man/man1
COMMENT:= Standalone version of the Extended C-shell
Home |
Main Index |
Thread Index |
Old Index