1
0
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:
Antoine Brodin 2015-12-30 09:42:41 +00:00
parent 94a97fdf75
commit 2a2e3166d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404812
2 changed files with 2 additions and 0 deletions

View File

@ -20,5 +20,6 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libLAS
GH_PROJECT= ${GH_ACCOUNT}
.include <bsd.port.mk>

View File

@ -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