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:   joerg
Date:           Wed Sep  7 21:03:21 UTC 2016

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

Log Message:
Since this violates the general prefix rules and won't build e.g. with
the recommendated setup of read-only root, mark it as not for bulk
builds.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 pkgsrc/shells/standalone-tcsh/Makefile:1.27
--- pkgsrc/shells/standalone-tcsh/Makefile:1.26 Thu Sep  3 15:58:22 2015
+++ pkgsrc/shells/standalone-tcsh/Makefile      Wed Sep  7 21:03:21 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/09/03 15:58:22 sevan Exp $
+# $NetBSD: Makefile,v 1.27 2016/09/07 21:03:21 joerg Exp $
 #
 
 # FIXME: This is because of PREFIX=/ below.
@@ -30,6 +30,7 @@ MAINTAINER=           agc%NetBSD.org@localhost
 
 # FIXME: Packages shall only install into ${LOCALBASE} or a subdirectory.
 PREFIX=                        /
+NOT_FOR_BULK_PLATFORM= *-*-*
 
 NLSDIR=                        usr/share/nls
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}



Home | Main Index | Thread Index | Old Index