pkgsrc-wip/git/Makefile
Roland Illig 2c1cc3dceb Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
2005-11-28 00:27:22 +00:00

18 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/11/28 00:27:25 rillig Exp $
#
DISTNAME= git-110
PKGNAME= git-1.1.0
CATEGORIES= games
MASTER_SITES= http://diden.net/if/git/releases/
EXTRACT_SUFX= .zip
MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://diden.net/if/git/
COMMENT= Interpreter for Glulx interactive fiction
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
MAKE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR:Q}
.include "../../wip/glkloader/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"