summaryrefslogtreecommitdiff
path: root/shells/static-bash2
diff options
context:
space:
mode:
authormartti <martti>2002-09-30 07:59:32 +0000
committermartti <martti>2002-09-30 07:59:32 +0000
commit3f6dd86b49bdb0231ed92d7d985659f7fc038d3d (patch)
treecfce9845c4005562d02e6ac62ffa4526f3019a91 /shells/static-bash2
parent630b98aeccbd5ec60eec8f69b5d7cd8ecb68baa8 (diff)
downloadpkgsrc-3f6dd86b49bdb0231ed92d7d985659f7fc038d3d.tar.gz
Make lintpkgsrc work (PKGNAME is not defined, use DISTNAME). Taken from
shells/static-tcsh/Makefile revision 1.3.
Diffstat (limited to 'shells/static-bash2')
-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 a1e17e50cbe..9f4b8df8260 100644
--- a/shells/static-bash2/Makefile
+++ b/shells/static-bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/09/27 22:09:09 cjep Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/30 07:59:32 martti Exp $
#
DISTINFO_FILE= ${.CURDIR}/../../shells/bash2/distinfo
@@ -10,7 +10,7 @@ CONFLICTS= bash-[0-9]*
.include "../../shells/bash2/Makefile"
WRKSRC:= ${WRKDIR}/${DISTNAME}
-PKGNAME:= static-${PKGNAME}
+PKGNAME:= static-${DISTNAME}
COMMENT:= Statically-linked version of the ${COMMENT}
LDFLAGS+= -static