summaryrefslogtreecommitdiff
path: root/shells/static-ast-ksh
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-10 07:04:02 +0000
committergrant <grant@pkgsrc.org>2004-01-10 07:04:02 +0000
commit2a77c2bb84785155857285a87cab0760b3b224b2 (patch)
treef094042ace731f5a153a7d36a9012eb7ae242607 /shells/static-ast-ksh
parent826e119b6dfad51d944fb825af5a101e0e797ce0 (diff)
downloadpkgsrc-2a77c2bb84785155857285a87cab0760b3b224b2.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/Makefile16
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"