diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-02-09 22:28:57 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-02-09 22:28:57 +0000 |
commit | ec2e49fc11cf6042d682696bb9371fa2a5a09f5e (patch) | |
tree | 3e4d1b99e7902d671e83717f231b6d543c42a898 /devel/git | |
parent | 7fb1f0eb81dab52b250b62ca6baa54a2ee6676d3 (diff) | |
download | ports-ec2e49fc11cf6042d682696bb9371fa2a5a09f5e.tar.gz ports-ec2e49fc11cf6042d682696bb9371fa2a5a09f5e.zip |
Notes
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index d51da030dbf3..78ffd9f1afef 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -7,6 +7,7 @@ PORTNAME= git PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ @@ -24,11 +25,8 @@ USE_GMAKE= yes CFLAGS+= -I${LOCALBASE}/include MAKE_ENV+= CURLDIR=${LOCALBASE} \ NEEDS_LIBICONV=yes \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + PYTHON_PATH=${LOCALBASE}/bin/python MAKE_ARGS+= prefix="${PREFIX}" -pre-patch: - ${REINPLACE_CMD} "s|/usr/bin/python|${LOCALBASE}/bin/python|g" \ - ${WRKSRC}/git-merge-recursive.py - .include <bsd.port.mk> |