diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 18:12:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 18:12:13 +0000 |
commit | d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e (patch) | |
tree | 1d4e886062c5321c028bc93a38a1f5524414637f /www/ach | |
parent | 08de97af63bd102fac562329128cc3ee8140c375 (diff) | |
download | ports-d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e.tar.gz ports-d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e.zip |
Notes
Diffstat (limited to 'www/ach')
-rw-r--r-- | www/ach/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ach/Makefile b/www/ach/Makefile index e56941deacc4..95c1a2db5cc8 100644 --- a/www/ach/Makefile +++ b/www/ach/Makefile @@ -3,9 +3,9 @@ PORTNAME= ACH PORTVERSION= 1.0.3 +DISTVERSIONSUFFIX= -alpha CATEGORIES= www MASTER_SITES= GHC -EXTRACT_SUFX= -alpha.tar MAINTAINER= danilo@FreeBSD.org COMMENT= Free, open source tool for complex research problems @@ -13,12 +13,12 @@ COMMENT= Free, open source tool for complex research problems LICENSE= GPLv3 USE_MYSQL= yes -USES= php +USES= php tar USE_GITHUB= yes GH_ACCOUNT= Burton GH_PROJECT= Analysis-of-Competing-Hypotheses -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha +WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= yes SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |