svn commit: r487139 - head/lang/ghc862

Gleb Popov arrowd at FreeBSD.org
Mon Dec 10 08:23:05 UTC 2018


Author: arrowd
Date: Mon Dec 10 08:23:04 2018
New Revision: 487139
URL: https://svnweb.freebsd.org/changeset/ports/487139

Log:
  lang/ghc862: Remove extraneous PLIST var. It is set in bsd.ghc.mk.
  
  Approved by:	tcberner (mentor)

Modified:
  head/lang/ghc862/Makefile

Modified: head/lang/ghc862/Makefile
==============================================================================
--- head/lang/ghc862/Makefile	Mon Dec 10 08:14:43 2018	(r487138)
+++ head/lang/ghc862/Makefile	Mon Dec 10 08:23:04 2018	(r487139)
@@ -24,8 +24,6 @@ LLVM_VERSION=		60
 
 CONFLICTS_INSTALL=	ghc-7.4.* ghc-7.6.* ghc-7.8.* ghc-7.10.* ghc-8.0.* ghc-8.4.*
 
-PLIST=			${.CURDIR}/../../lang/ghc/pkg-plist
-
 .include "${.CURDIR}/../../lang/ghc/bsd.ghc.mk"
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list