summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-01-16 12:01:23 +0000
committerkristerw <kristerw@pkgsrc.org>2005-01-16 12:01:23 +0000
commitfb58692417d19b4e6c7ff3f3c333c890ae40d15d (patch)
treec251537c530711d6d2c72822efef613a63457563 /shells
parentd0cc67124918a9ec91b7dedef146b4cd942e885d (diff)
downloadpkgsrc-fb58692417d19b4e6c7ff3f3c333c890ae40d15d.tar.gz
Set PKGNAME to static-${PKGNAME} instead of building it out of DISTNAME,
to make it consistent with the non-static package.
Diffstat (limited to 'shells')
-rw-r--r--shells/static-bash2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/static-bash2/Makefile b/shells/static-bash2/Makefile
index cf238b0c2a9..428381ddd7b 100644
--- a/shells/static-bash2/Makefile
+++ b/shells/static-bash2/Makefile
@@ -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 @@ CONFLICTS= bash-[0-9]*
.include "../../shells/bash2/Makefile"
WRKSRC:= ${WRKDIR}/${DISTNAME}
-PKGNAME:= static-${DISTNAME}
+PKGNAME:= static-${PKGNAME}
COMMENT:= Statically-linked version of the ${COMMENT}
LDFLAGS+= -static