From 56b47a67410b118509246a9ab504094a5b065061 Mon Sep 17 00:00:00 2001 From: marino Date: Tue, 22 May 2012 08:46:53 +0000 Subject: shells/standalone-tcsh: Mark NOT-FOR-DRAGONFLY This package will install tcsh in the /bin directory (not ${LOCALBASE}/bin). DragonFly already has tcsh in the base system, so this package will replace it with no ability to restore the system version. This is not desired. shells/tcsh still works should there be any need for a pkgsrc version installed at ${LOCALBASE}/bin. --- shells/standalone-tcsh/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 8ee8cf66630..121ee8d629f 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/04/08 22:43:25 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2012/05/22 08:46:53 marino Exp $ # # FIXME: This is because of PREFIX=/ below. @@ -9,6 +9,11 @@ PKGNAME= standalone-${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME} PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches +# DragonFly already has native /bin/tcsh +# This package is not restricted to ${LOCALBASE} and will replace system tcsh +# Instead, see shells/tcsh which installs at ${LOCALBASE}/bin/tcsh +NOT_FOR_PLATFORM+= DragonFly-*-* + .include "../../shells/tcsh/Makefile" INSTALLATION_DIRS+= usr/share/man/man1 -- cgit v1.2.3