summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-10 07:09:26 +0000
committergrant <grant@pkgsrc.org>2004-01-10 07:09:26 +0000
commit0f2ffa3712a7f051419082c09a3284d1624a8602 (patch)
tree3d60a21ae9a527e22818309e9e36ca06c061f6f5 /shells
parentada98e39d964f416ee562400b6db86f6d11729e5 (diff)
downloadpkgsrc-0f2ffa3712a7f051419082c09a3284d1624a8602.tar.gz
use ${PKGBASE} in PKGNAME.
Diffstat (limited to 'shells')
-rw-r--r--shells/ast-ksh-static/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/ast-ksh-static/Makefile b/shells/ast-ksh-static/Makefile
index 4ed2d840373..9d6889fd655 100644
--- a/shells/ast-ksh-static/Makefile
+++ b/shells/ast-ksh-static/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2004/01/10 07:04:02 grant Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/10 07:09:26 grant Exp $
#
.include "../../shells/ast-ksh/Makefile.common"
@@ -10,7 +10,7 @@ PATCHDIR= ${.CURDIR}/../../shells/ast-ksh/patches
PKGDIR= ${.CURDIR}/../../shells/ast-ksh
PKGVERSION:= ${PKGNAME:C|^.*-||}
-PKGNAME:= ast-ksh-static-${PKGVERSION}
+PKGNAME:= ${PKGBASE}-static-${PKGVERSION}
COMMENT:= Statically-linked version of the ${COMMENT}
KSH93_MAKEFLAGS=LDFLAGS=-static