1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Fix typo from r381689

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2015-03-19 20:46:51 +00:00
parent 965611a692
commit 5ff7bfff7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381690

View File

@ -559,7 +559,7 @@ DISTNAME:= ${DISTNAME}_GH${_GITHUB_REV}
. endif
GH_ACCOUNT?= ${PORTNAME}
GH_PROJECT?= ${PORTNAME}
. if defined(DH_COMMIT)
. if defined(GH_COMMIT)
# Use the old style for safety for now.
GH_TAGNAME?= ${DISTVERSION}
. else