pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/ast-ksh-static use ${PKGBASE} in PKGNAME.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f44978a962f
branches:  trunk
changeset: 466011:1f44978a962f
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jan 10 07:09:26 2004 +0000

description:
use ${PKGBASE} in PKGNAME.

diffstat:

 shells/ast-ksh-static/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8e43e90dfb85 -r 1f44978a962f shells/ast-ksh-static/Makefile
--- a/shells/ast-ksh-static/Makefile    Sat Jan 10 07:06:44 2004 +0000
+++ b/shells/ast-ksh-static/Makefile    Sat Jan 10 07:09:26 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index