diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-03-19 16:46:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-03-19 16:46:49 +0000 |
commit | f1b132265554fb0c09de80c72f523ebd0d056ebb (patch) | |
tree | ea2b5e9470cb96053dc11a4827abcb96b14237a0 /finance | |
parent | 190b075327cd8e7634532d9a70d7a7043c16984c (diff) |
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC.
Notes
Notes:
svn path=/head/; revision=568805
Diffstat (limited to 'finance')
-rw-r--r-- | finance/beancount/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/finance/beancount/Makefile b/finance/beancount/Makefile index 4001070e1fae..f561faf44aba 100644 --- a/finance/beancount/Makefile +++ b/finance/beancount/Makefile @@ -3,7 +3,6 @@ PORTNAME= beancount PORTVERSION= 2.3.3 CATEGORIES= finance -DISTNAME= ${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= nivit@FreeBSD.org |