summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorgrant <grant>2004-01-10 07:09:26 +0000
committergrant <grant>2004-01-10 07:09:26 +0000
commitb36fe919bd7801f2b956c244f3170f539a98a12f (patch)
tree3d60a21ae9a527e22818309e9e36ca06c061f6f5 /shells
parent6a392e36b5b661f37c8afc66f720649634f10e09 (diff)
downloadpkgsrc-b36fe919bd7801f2b956c244f3170f539a98a12f.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