Date: Tue, 31 Aug 2021 06:57:03 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: da58b0d7007f - main - sysutils/clone: reduce horizontal whitespace, drop redundant GH_PROJECT. Message-ID: <202108310657.17V6v3hs090848@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=da58b0d7007f3018f357eeb90d8af833c782949f commit da58b0d7007f3018f357eeb90d8af833c782949f Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-08-31 06:56:12 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-08-31 06:56:16 +0000 sysutils/clone: reduce horizontal whitespace, drop redundant GH_PROJECT. --- sysutils/clone/Makefile | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/sysutils/clone/Makefile b/sysutils/clone/Makefile index fe1c5f10317c..6afb92c4a9f9 100644 --- a/sysutils/clone/Makefile +++ b/sysutils/clone/Makefile @@ -1,20 +1,19 @@ -PORTNAME= clone +PORTNAME= clone DISTVERSIONPREFIX= v -DISTVERSION= 1.0.8 -CATEGORIES= sysutils +DISTVERSION= 1.0.8 +CATEGORIES= sysutils -MAINTAINER= cyclaero@gmail.com -COMMENT= File tree cloning tool +MAINTAINER= cyclaero@gmail.com +COMMENT= File tree cloning tool -LICENSE= BSD2CLAUSE +LICENSE= BSD2CLAUSE -USES= compiler:c11 -USE_GITHUB= yes -GH_ACCOUNT= cyclaero -GH_PROJECT= clone +USES= compiler:c11 +USE_GITHUB= yes +GH_ACCOUNT= cyclaero -PLIST_FILES= bin/clone \ - man/man1/clone.1.gz +PLIST_FILES= bin/clone \ + man/man1/clone.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/clone
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108310657.17V6v3hs090848>