diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
| commit | 88bfe4bd43787219ab4de75bd68c490c98776dfc (patch) | |
| tree | 634e1ef4990207301493f26b46d80abe56b9f2b3 /databases/hbase | |
| parent | Introduce two new magic master sites macros, APACHE_COMMONS_BINARIES and (diff) | |
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
Notes
Notes:
svn path=/head/; revision=386097
Diffstat (limited to 'databases/hbase')
| -rw-r--r-- | databases/hbase/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |
