summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-10 06:56:15 +0000
committergrant <grant@pkgsrc.org>2004-01-10 06:56:15 +0000
commit826e119b6dfad51d944fb825af5a101e0e797ce0 (patch)
tree2f6dfe8e801f074f2ec2c30a2d6287609d9cdda0 /shells/standalone-tcsh/Makefile
parentf7839fa488971bece466b15ffae15157f4a4ec4f (diff)
downloadpkgsrc-826e119b6dfad51d944fb825af5a101e0e797ce0.tar.gz
rename standalone-tcsh to tcsh-standalone. the convention in pkgsrc is
for mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on standalone-tcsh for obvious reasons.
Diffstat (limited to 'shells/standalone-tcsh/Makefile')
-rw-r--r--shells/standalone-tcsh/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile
deleted file mode 100644
index 37e5748f645..00000000000
--- a/shells/standalone-tcsh/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2003/09/18 22:59:38 grant Exp $
-#
-
-NO_MTREE= YES
-
-PKGNAME= standalone-${DISTNAME}
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-PKG_SHELL= /bin/tcsh
-
-.include "../../shells/tcsh/Makefile"
-
-COMMENT:= Standalone version of the Extended C-shell
-
-PATCH:= ${PATCH}
-PKG_INFO:= ${PKG_INFO}
-PKG_CREATE:= ${PKG_CREATE}
-PREFIX= /
-NLSDIR= usr/share/nls
-CONFIGURE_ARGS= --prefix=${PREFIX} --bindir=/bin
-CONFIGURE_ARGS+= --mandir=/usr/share/man
-
-DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
-PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
-
-.if ${OPSYS} != "SunOS"
-LDFLAGS+= -static
-.endif