lang/ghc843: Use PLIST definition from bsd.ghc.mk.

Approved by:	tcberner (mentor)
This commit is contained in:
Gleb Popov 2018-12-10 17:08:17 +00:00
parent 8696314208
commit 3486d09821
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487190
2 changed files with 1 additions and 2 deletions

View file

@ -74,6 +74,7 @@ PROFILE_SUB_LIST= WITH_PROFILE="YES"
PROFILE_SUB_LIST_OFF= WITH_PROFILE="NO"
LOCALBASE?= /usr/local
PLIST?= ${.CURDIR}/../../lang/ghc/pkg-plist
GHC_ARCH= ${ARCH:S/amd64/x86_64/:C/armv.*/arm/}

View file

@ -26,8 +26,6 @@ LLVM_VERSION= 50
CONFLICTS_INSTALL= ghc-7.4.* ghc-7.6.* ghc-7.8.* ghc-7.10.* ghc-8.0.* ghc-8.4.4
PLIST= ${.CURDIR}/../../lang/ghc/pkg-plist
.include "${.CURDIR}/../../lang/ghc/bsd.ghc.mk"
.include <bsd.port.mk>