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 | bc39d74e1dae093702776da410ac5ab73c980778 (patch) | |
tree | 40f105d008695d4644c94d341cc531e300855df3 /shells | |
parent | b90fb62f779038ea05fe25b1b691580da6342d16 (diff) | |
download | pkgsrc-bc39d74e1dae093702776da410ac5ab73c980778.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.
Diffstat (limited to 'shells')
-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} |