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

(-)devel/git/Makefile (-5 / +7 lines)
Lines 195-204 OPTIONS= GUI "Enable building of GUI too Link Here
195
195
196
.include <bsd.port.options.mk>
196
.include <bsd.port.options.mk>
197
197
198
.ifndef (WITH_DEBUG)
199
ALL_TARGET=	all strip
200
.endif
201
202
.ifdef (WITH_P4) || defined (WITH_CONTRIB)
198
.ifdef (WITH_P4) || defined (WITH_CONTRIB)
203
USE_PYTHON=	yes
199
USE_PYTHON=	yes
204
PLIST_SUB=	PYTHON_VER=${PYTHON_VER} PYTHON=""
200
PLIST_SUB=	PYTHON_VER=${PYTHON_VER} PYTHON=""
Lines 314-319 PLIST_SUB+= ETCSHELLS="" Link Here
314
PLIST_SUB+=	ETCSHELLS="@comment "
310
PLIST_SUB+=	ETCSHELLS="@comment "
315
.endif
311
.endif
316
312
313
.include <bsd.port.pre.mk>
314
315
.if defined(STRIP) && ${STRIP} != ""
316
ALL_TARGET=	all strip
317
.endif
318
317
.if defined(MAINTAINER_MODE)
319
.if defined(MAINTAINER_MODE)
318
DISTFILES+=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sign \
320
DISTFILES+=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sign \
319
		${PORTNAME}-manpages-${PORTVERSION}${EXTRACT_SUFX}.sign
321
		${PORTNAME}-manpages-${PORTVERSION}${EXTRACT_SUFX}.sign
Lines 409-412 post-install: Link Here
409
	@${CAT} ${PKGMESSAGE}
411
	@${CAT} ${PKGMESSAGE}
410
.endif
412
.endif
411
413
412
.include <bsd.port.mk>
414
.include <bsd.port.post.mk>

Return to bug 153541