diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-05-27 20:25:28 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-05-27 20:25:28 +0000 |
commit | d7dcd31f3f206a6f6fc95ee8a07b6f745e5b11d7 (patch) | |
tree | b60d6982a20ed0ab82b72e6f23963d7e77467d60 /devel/git/Makefile | |
parent | e4874afb425d802b3b23096033ac80f433ae667c (diff) |
Notes
Diffstat (limited to 'devel/git/Makefile')
-rw-r--r-- | devel/git/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 06c4b6b36140..74f21189c452 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -6,7 +6,7 @@ # PORTNAME= git -PORTVERSION= 1.7.10.2 +PORTVERSION= 1.7.10.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ @@ -268,7 +268,9 @@ MAKE_ENV+= NO_CURL=1 \ PLIST_SUB+= CURL="@comment " .endif -.ifdef (WITH_HTMLDOCS) +# Always fetch the htmldocs distfile in maintainer mode. +# Always include it when building distinfo (makesum) +.if defined (WITH_HTMLDOCS) || make(makesum) || (defined(MAINTAINER_MODE) && make(fetch)) DISTFILES+= ${PORTNAME}-htmldocs-${PORTVERSION}${EXTRACT_SUFX} PLIST_SUB+= HTMLDOCS="" .else |