diff options
author | grant <grant@pkgsrc.org> | 2004-01-10 06:53:45 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-10 06:53:45 +0000 |
commit | f7839fa488971bece466b15ffae15157f4a4ec4f (patch) | |
tree | 035d5c0d865aaa6936e47c1f30677ae9da24e42d /shells/static-tcsh/Makefile | |
parent | eee6ee1140f4e0648dfdc44b8afbffe1a5487687 (diff) | |
download | pkgsrc-f7839fa488971bece466b15ffae15157f4a4ec4f.tar.gz |
rename static-tcsh to tcsh-static. the convention in pkgsrc is for
mutations of packages to be named <pkg>-<mutation>.
add a CONFLICT on static-tcsh for obvious reasons.
Diffstat (limited to 'shells/static-tcsh/Makefile')
-rw-r--r-- | shells/static-tcsh/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile deleted file mode 100644 index ec1f02f3921..00000000000 --- a/shells/static-tcsh/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2002/07/25 11:05:02 kim Exp $ -# - -DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo -PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches -PKGDIR= ${.CURDIR}/../../shells/tcsh - -CONFLICTS= tcsh-[0-9]* - -.include "../../shells/tcsh/Makefile" - -WRKSRC:= ${WRKDIR}/${DISTNAME} -PKGNAME:= static-${DISTNAME} -COMMENT:= Statically-linked version of the ${COMMENT} - -LDFLAGS+= -static |