diff options
Diffstat (limited to 'devel/git/Makefile')
-rw-r--r-- | devel/git/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 8e594f02d11..664b531972e 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -4,12 +4,11 @@ PORTNAME= git PORTVERSION= 2.4.0 CATEGORIES= devel -MASTER_SITES= KERNEL_ORG -MASTER_SITE_SUBDIR= software/scm/git -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ +MASTER_SITES= KERNEL_ORG/software/scm/git +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-manpages-${PORTVERSION}${EXTRACT_SUFX} # We manually extract the htmldocs. -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-manpages-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= garga@FreeBSD.org |