aboutsummaryrefslogtreecommitdiff
path: root/devel/git
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2008-12-17 15:42:36 +0000
committerWesley Shields <wxs@FreeBSD.org>2008-12-17 15:42:36 +0000
commit258051ccedb918997b8fdeb3e3a09a113fa50de2 (patch)
treececbb5f337656628e2a5b2dadc88c89275869de0 /devel/git
parent4d765fa679a52197bd4b7f698b46a4cf2808e0e7 (diff)
Notes
Diffstat (limited to 'devel/git')
-rw-r--r--devel/git/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index 01e74006f5df..f8d94165d344 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -7,6 +7,7 @@
PORTNAME= git
PORTVERSION= 1.6.0.5
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.kernel.org/pub/software/scm/git/
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
@@ -271,8 +272,9 @@ post-patch:
post-build:
.ifdef (WITH_P4)
- @${REINPLACE_CMD} -e'1s|#!/usr/bin/python|#!${PYTHON_CMD}|' \
- ${WRKSRC}/contrib/p4import/git-p4import.py > \
+ @${REINPLACE_CMD} -e '1s|#!/usr/bin/python|#!${PYTHON_CMD}|' \
+ ${WRKSRC}/contrib/p4import/git-p4import.py
+ @${CP} ${WRKSRC}/contrib/p4import/git-p4import.py \
${WRKSRC}/contrib/p4import/git-p4import
.endif