diff options
author | joerg <joerg@pkgsrc.org> | 2016-09-07 21:03:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-09-07 21:03:21 +0000 |
commit | 81f76de4f0201cbce69ca718a07a229b1ed349d6 (patch) | |
tree | bf25198ff84c0e032af9736ffc2e40728ae7339f | |
parent | 0d01196d8bc790e9210b9ec80b98be55a3df1eb1 (diff) | |
download | pkgsrc-81f76de4f0201cbce69ca718a07a229b1ed349d6.tar.gz |
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.
-rw-r--r-- | shells/standalone-tcsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 0ac1532f158..f3e04e61a19 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -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 # FIXME: Packages shall only install into ${LOCALBASE} or a subdirectory. PREFIX= / +NOT_FOR_BULK_PLATFORM= *-*-* NLSDIR= usr/share/nls CONFIGURE_ARGS+= --prefix=${PREFIX:Q} |