pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/standalone-tcsh



Module Name:    pkgsrc
Committed By:   kim
Date:           Sat Nov 13 06:53:10 UTC 2021

Modified Files:
        pkgsrc/shells/standalone-tcsh: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/shells/standalone-tcsh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/standalone-tcsh/Makefile
diff -u pkgsrc/shells/standalone-tcsh/Makefile:1.30 pkgsrc/shells/standalone-tcsh/Makefile:1.31
--- pkgsrc/shells/standalone-tcsh/Makefile:1.30 Thu Nov 11 22:47:55 2021
+++ pkgsrc/shells/standalone-tcsh/Makefile      Sat Nov 13 06:53:10 2021
@@ -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 @@ ONLY_FOR_PLATFORM+=   NetBSD-*-* OpenBSD-*
 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