diff options
author | grant <grant@pkgsrc.org> | 2004-01-10 07:09:26 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-10 07:09:26 +0000 |
commit | 10a24162c30b877aaeb0d6998933348528be890d (patch) | |
tree | 3d60a21ae9a527e22818309e9e36ca06c061f6f5 /shells | |
parent | acdf426191e0dba6edff7e7e5647e8f021061975 (diff) | |
download | pkgsrc-10a24162c30b877aaeb0d6998933348528be890d.tar.gz |
use ${PKGBASE} in PKGNAME.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ast-ksh-static/Makefile | 4 |
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 |