diff options
| author | Chris Hutchinson <portmaster@bsdforge.com> | 2022-05-19 15:41:47 +0000 |
|---|---|---|
| committer | Koichiro Iwao <meta@FreeBSD.org> | 2022-05-19 15:55:04 +0000 |
| commit | 3e3839f529db8ad92e799e5225b0de3b291740ff (patch) | |
| tree | e27556576d7150225cf284a3a1e72ed381257d1b /shells/rc/Makefile | |
| parent | 2782e67ab128b28ad76603d9bfda1436989a7f1d (diff) | |
Diffstat (limited to 'shells/rc/Makefile')
| -rw-r--r-- | shells/rc/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 2757f1d20170..ffec66d98e2b 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -2,9 +2,9 @@ PORTNAME= rc PORTVERSION= 1.7.4 -PORTREVISION= 2 +PORTREVISION= 3 +DISTVERSIONPREFIX=v CATEGORIES= shells plan9 -MASTER_SITES= http://static.tobold.org/rc/ MAINTAINER= quanstro@quanstro.net COMMENT= Unix incarnation of the plan9 shell @@ -12,7 +12,9 @@ COMMENT= Unix incarnation of the plan9 shell LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe +USES= autoreconf cpe +USE_GITHUB= yes +GH_ACCOUNT= rakitzis CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-history |
