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/java-mybatis/Makefile | |
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/java-mybatis/Makefile')
-rw-r--r-- | databases/java-mybatis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/java-mybatis/Makefile b/databases/java-mybatis/Makefile index 20905affe267..b3fa95522eba 100644 --- a/databases/java-mybatis/Makefile +++ b/databases/java-mybatis/Makefile @@ -5,7 +5,7 @@ PORTNAME= mybatis PORTVERSION= 3.0.3 PORTREVISION= 1 CATEGORIES= databases devel java -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= java- DISTFILES= ${PORTNAME}-${PORTVERSION}-bundle${EXTRACT_SUFX} |