From d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 11 May 2015 18:34:57 +0000 Subject: Cleanup DIST* variables. When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight --- databases/hbase/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'databases/hbase') diff --git a/databases/hbase/Makefile b/databases/hbase/Makefile index 4cfc15c0a67d..8ff36dfb0913 100644 --- a/databases/hbase/Makefile +++ b/databases/hbase/Makefile @@ -4,11 +4,10 @@ PORTNAME= hbase PORTVERSION= 0.98.9 CATEGORIES= databases java -MASTER_SITES= ${MASTER_SITE_APACHE} \ +MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ LOCAL/demon/:maven \ http://people.freebsd.org/~demon/:maven -MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}-${PORTVERSION} -DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} FreeBSD-hbase-${PORTVERSION}-maven-repository.tar.gz:maven +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} FreeBSD-hbase-${PORTVERSION}-maven-repository.tar.gz:maven DIST_SUBDIR= hadoop MAINTAINER= demon@FreeBSD.org -- cgit