diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-11-14 19:33:42 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-11-14 19:33:42 +0000 |
commit | 86d54b3a843ee668f3c6b2604c322691945030d7 (patch) | |
tree | 628529877c2110148330248ce28ee039c0f1e28e | |
parent | f43e269fbf2abe171399498037e40310c72f4c6c (diff) | |
download | freebsd-ports-86d54b3a843ee668f3c6b2604c322691945030d7.zip |
Reset maintainership
While on it:
- Pet portlint: EXTRACT_SUFX -> USES
PR: 204507
Submitted by: cjr@cruwe.de (maintainer)
MFH: 2014Q4
-rw-r--r-- | math/ess/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index 661d22ae1829..82c6e0c536a8 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -6,9 +6,8 @@ DISTVERSION= 14.09 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ -EXTRACT_SUFX= .tgz -MAINTAINER= cjr@cruwe.de +MAINTAINER= ports@freebsd.org COMMENT= R support for Emacsen LICENSE= GPLv2 @@ -16,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= R:${PORTSDIR}/math/R USE_EMACS= yes -USES= gmake +USES= gmake tar:tgz OPTIONS_DEFINE= DOCS |