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 /devel/hive | |
parent | 9e8bfe9c71187ea60ac9f3a55c0c7bde80d76033 (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 'devel/hive')
-rw-r--r-- | devel/hive/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/hive/Makefile b/devel/hive/Makefile index 1878c1061713..e8300bba5cc2 100644 --- a/devel/hive/Makefile +++ b/devel/hive/Makefile @@ -4,10 +4,9 @@ PORTNAME= hive PORTVERSION= 1.1.0 CATEGORIES= devel java -MASTER_SITES= ${MASTER_SITE_APACHE} \ +MASTER_SITES= APACHE/${PORTNAME}/stable \ LOCAL/demon/:maven \ http://people.freebsd.org/~demon/:maven -MASTER_SITE_SUBDIR=${PORTNAME}/stable DISTFILES= apache-${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} FreeBSD-${PORTNAME}-${PORTVERSION}-maven-repository.tar.gz:maven DIST_SUBDIR= hadoop |