mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Fix fetch, GH_PROJECT for those ports is case sensitive
This commit is contained in:
parent
94a97fdf75
commit
2a2e3166d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404812
@ -20,5 +20,6 @@ GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= libLAS
|
||||
GH_PROJECT= ${GH_ACCOUNT}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -17,6 +17,7 @@ USE_LDCONFIG= yes
|
||||
USES= alias cmake:outsource cpe execinfo pkgconfig compiler:c++11-lib
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= FreeRDP
|
||||
GH_PROJECT= ${GH_ACCOUNT}
|
||||
GH_TAGNAME= f5ff6e1
|
||||
|
||||
CPE_VENDOR= freerdp_project
|
||||
|
Loading…
Reference in New Issue
Block a user