pkgsrc/shells/static-bash2/Makefile
kristerw fb58692417 Set PKGNAME to static-${PKGNAME} instead of building it out of DISTNAME,
to make it consistent with the non-static package.
2005-01-16 12:01:23 +00:00

16 lines
410 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/01/16 12:01:23 kristerw Exp $
#
DISTINFO_FILE= ${.CURDIR}/../../shells/bash2/distinfo
PATCHDIR= ${.CURDIR}/../../shells/bash2/patches
PKGDIR= ${.CURDIR}/../../shells/bash2
CONFLICTS= bash-[0-9]*
.include "../../shells/bash2/Makefile"
WRKSRC:= ${WRKDIR}/${DISTNAME}
PKGNAME:= static-${PKGNAME}
COMMENT:= Statically-linked version of the ${COMMENT}
LDFLAGS+= -static