svn commit: r386106 - head/databases/hbase

Mathieu Arnold mat at FreeBSD.org
Mon May 11 21:47:44 UTC 2015


Author: mat
Date: Mon May 11 21:47:43 2015
New Revision: 386106
URL: https://svnweb.freebsd.org/changeset/ports/386106

Log:
  Fix.
  
  Sponsored by:	Absolight

Modified:
  head/databases/hbase/Makefile

Modified: head/databases/hbase/Makefile
==============================================================================
--- head/databases/hbase/Makefile	Mon May 11 21:38:18 2015	(r386105)
+++ head/databases/hbase/Makefile	Mon May 11 21:47:43 2015	(r386106)
@@ -7,7 +7,7 @@ CATEGORIES=	databases java
 MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
 		LOCAL/demon/:maven \
 		http://people.freebsd.org/~demon/:maven
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} FreeBSD-hbase-${PORTVERSION}-maven-repository.tar.gz:maven
+DISTFILES=	${DISTNAME}-src${EXTRACT_SUFX} FreeBSD-hbase-${PORTVERSION}-maven-repository.tar.gz:maven
 DIST_SUBDIR=	hadoop
 
 MAINTAINER=	demon at FreeBSD.org


More information about the svn-ports-all mailing list