diff options
author | grant <grant@pkgsrc.org> | 2004-01-10 07:04:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-10 07:04:02 +0000 |
commit | 92212063fd73f4641b8618049409cb8048f43cca (patch) | |
tree | f094042ace731f5a153a7d36a9012eb7ae242607 /shells/static-ast-ksh | |
parent | 3eb04d69ba9b3d0828e0dc4df827a48a93366220 (diff) | |
download | pkgsrc-92212063fd73f4641b8618049409cb8048f43cca.tar.gz |
rename static-ast-ksh to ast-ksh-static. the convention in pkgsrc is
for mutations of packages to be named <pkg>-<mutation>.
add a CONFLICT on static-ast-ksh for obvious reasons.
Diffstat (limited to 'shells/static-ast-ksh')
-rw-r--r-- | shells/static-ast-ksh/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/static-ast-ksh/Makefile b/shells/static-ast-ksh/Makefile deleted file mode 100644 index b8671810ad3..00000000000 --- a/shells/static-ast-ksh/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2003/08/11 17:27:58 wiz Exp $ -# -.include "../../shells/ast-ksh/Makefile.common" - -CONFLICTS= ast-ksh-[0-9]* # Override. - -DISTINFO_FILE= ${.CURDIR}/../../shells/ast-ksh/distinfo -PATCHDIR= ${.CURDIR}/../../shells/ast-ksh/patches -PKGDIR= ${.CURDIR}/../../shells/ast-ksh - -PKGNAME:= static-${PKGNAME} -COMMENT:= Statically-linked version of the ${COMMENT} - -KSH93_MAKEFLAGS=LDFLAGS=-static - -.include "../../mk/bsd.pkg.mk" |