pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/static-bash2 Set PKGNAME to static-${PKGNAME} i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f99868e6460b
branches: trunk
changeset: 487527:f99868e6460b
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun Jan 16 12:01:23 2005 +0000
description:
Set PKGNAME to static-${PKGNAME} instead of building it out of DISTNAME,
to make it consistent with the non-static package.
diffstat:
shells/static-bash2/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f4104dae4d54 -r f99868e6460b shells/static-bash2/Makefile
--- a/shells/static-bash2/Makefile Sun Jan 16 11:56:19 2005 +0000
+++ b/shells/static-bash2/Makefile Sun Jan 16 12:01:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/11 23:06:54 grant Exp $
+# $NetBSD: Makefile,v 1.5 2005/01/16 12:01:23 kristerw Exp $
#
DISTINFO_FILE= ${.CURDIR}/../../shells/bash2/distinfo
@@ -10,7 +10,7 @@
.include "../../shells/bash2/Makefile"
WRKSRC:= ${WRKDIR}/${DISTNAME}
-PKGNAME:= static-${DISTNAME}
+PKGNAME:= static-${PKGNAME}
COMMENT:= Statically-linked version of the ${COMMENT}
LDFLAGS+= -static
Home |
Main Index |
Thread Index |
Old Index