View | Details | Raw Unified | Return to bug 105519
Collapse All | Expand All

(-)Makefile (+19 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	git
8
PORTNAME=	git
9
PORTVERSION=	1.4.3.4
9
PORTVERSION=	1.4.3.4
10
PORTREVISION=	1
10
CATEGORIES=	devel
11
CATEGORIES=	devel
11
MASTER_SITES=	http://www.kernel.org/pub/software/scm/git/
12
MASTER_SITES=	http://www.kernel.org/pub/software/scm/git/
12
13
Lines 160-163 MAKE_ENV+= CURLDIR=${LOCALBASE} \ Link Here
160
		PERL_PATH=${PERL}
161
		PERL_PATH=${PERL}
161
MAKE_ARGS+=	prefix="${PREFIX}"
162
MAKE_ARGS+=	prefix="${PREFIX}"
162
163
164
.if defined(WITH_EMACS)
165
PLIST_SUB+=	WITHEMACS=""
166
.else
167
PLIST_SUB+=	WITHEMACS="@comment "
168
.endif
169
170
.if defined(WITH_EMACS)
171
post-install:
172
	${MKDIR} ${PREFIX}/share/emacs/site-lisp/git
173
	${MKDIR} ${PREFIX}/lib/xemacs/site-lisp/git
174
	${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git.el ${PREFIX}/share/emacs/site-lisp/git/
175
	${INSTALL_DATA} ${WRKSRC}/contrib/emacs/vc-git.el ${PREFIX}/share/emacs/site-lisp/git/
176
	${LN} -sf ${PREFIX}/share/emacs/site-lisp/git/git.el	\
177
		  ${PREFIX}/lib/xemacs/site-lisp/git/git.el
178
	${LN} -sf ${PREFIX}/share/emacs/site-lisp/git/vc-git.el	\
179
		  ${PREFIX}/lib/xemacs/site-lisp/git/vc-git.el
180
.endif
181
163
.include <bsd.port.mk>
182
.include <bsd.port.mk>
(-)pkg-plist (+10 lines)
Lines 131-136 bin/gitk Link Here
131
%%SITE_PERL%%/Error.pm
131
%%SITE_PERL%%/Error.pm
132
%%SITE_PERL%%/Git.pm
132
%%SITE_PERL%%/Git.pm
133
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/.packlist
133
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/.packlist
134
%%WITHEMACS%%lib/xemacs/site-lisp/git/git.el
135
%%WITHEMACS%%lib/xemacs/site-lisp/git/vc-git.el
136
%%WITHEMACS%%share/emacs/site-lisp/git/git.el
137
%%WITHEMACS%%share/emacs/site-lisp/git/vc-git.el
134
share/git-core/python/gitMergeCommon.py
138
share/git-core/python/gitMergeCommon.py
135
share/git-core/templates/description
139
share/git-core/templates/description
136
share/git-core/templates/hooks/applypatch-msg
140
share/git-core/templates/hooks/applypatch-msg
Lines 142-147 share/git-core/templates/hooks/pre-commi Link Here
142
share/git-core/templates/hooks/pre-rebase
146
share/git-core/templates/hooks/pre-rebase
143
share/git-core/templates/hooks/update
147
share/git-core/templates/hooks/update
144
share/git-core/templates/info/exclude
148
share/git-core/templates/info/exclude
149
%%WITHEMACS%%@dirrm share/emacs/site-lisp/git
150
%%WITHEMACS%%@dirrm lib/xemacs/site-lisp/git
151
%%WITHEMACS%%@dirrmtry lib/xemacs/site-lisp
152
%%WITHEMACS%%@dirrmtry lib/xemacs
153
%%WITHEMACS%%@dirrmtry share/emacs/site-lisp
154
%%WITHEMACS%%@dirrmtry share/emacs
145
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git
155
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git
146
@dirrm share/git-core/templates/branches
156
@dirrm share/git-core/templates/branches
147
@dirrm share/git-core/templates/hooks
157
@dirrm share/git-core/templates/hooks

Return to bug 105519