svn commit: r501105 - head/Mk/Uses

Gleb Popov arrowd at FreeBSD.org
Thu May 9 15:02:20 UTC 2019


Author: arrowd
Date: Thu May  9 15:02:19 2019
New Revision: 501105
URL: https://svnweb.freebsd.org/changeset/ports/501105

Log:
  Restore "hs-" package name prefix for Haskell packages.
  
  Reported by:	mat
  Approved by:	mat

Modified:
  head/Mk/Uses/cabal.mk

Modified: head/Mk/Uses/cabal.mk
==============================================================================
--- head/Mk/Uses/cabal.mk	Thu May  9 14:57:55 2019	(r501104)
+++ head/Mk/Uses/cabal.mk	Thu May  9 15:02:19 2019	(r501105)
@@ -37,6 +37,8 @@ _INCLUDE_USES_CABAL_MK=    yes
 IGNORE=		Incorrect 'USES= cabal:${cabal_ARGS}' cabal takes no arguments
 .endif
 
+PKGNAMEPREFIX?=	hs-
+
 EXECUTABLES?=	${PORTNAME}
 
 CABAL_HOME=	${WRKDIR}/cabal-home


More information about the svn-ports-head mailing list