svn commit: r381690 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Thu Mar 19 20:46:52 UTC 2015


Author: bdrewery
Date: Thu Mar 19 20:46:51 2015
New Revision: 381690
URL: https://svnweb.freebsd.org/changeset/ports/381690
QAT: https://qat.redports.org/buildarchive/r381690/

Log:
  Fix typo from r381689
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Thu Mar 19 20:45:03 2015	(r381689)
+++ head/Mk/bsd.sites.mk	Thu Mar 19 20:46:51 2015	(r381690)
@@ -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


More information about the svn-ports-head mailing list