aboutsummaryrefslogtreecommitdiff
path: root/devel/git/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/git/Makefile')
-rw-r--r--devel/git/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index 352840405a78..50103c844955 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -3,6 +3,7 @@
PORTNAME= git
PORTVERSION= 2.1.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= KERNEL_ORG
MASTER_SITE_SUBDIR= software/scm/git
@@ -237,7 +238,6 @@ post-install:
(cd ${WRKDIR}/htmldocs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
${LN} -s git.html ${STAGEDIR}${DOCSDIR}/index.html
.endif
- -${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/mach/perllocal.pod
${MKDIR} ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git
${MKDIR} ${STAGEDIR}${PREFIX}/lib/xemacs/site-lisp/git
${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git.el \
@@ -260,8 +260,5 @@ post-install:
.endif
post-stage:
-.if ${PORT_OPTIONS:MPERL}
- ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \;
-.endif
.include <bsd.port.mk>