mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix problem with checksumming Haskell Cabal metaports
Submitted by: antonie Obtained from: FreeBSD Haskell
This commit is contained in:
parent
f5207de664
commit
4a67134dee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348803
1 changed files with 1 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
.if !defined(METAPORT)
|
||||
MASTER_SITES?= http://hackage.haskell.org/package/${PORTNAME}-${PORTVERSION}/
|
||||
DIST_SUBDIR?= cabal
|
||||
.else
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
@ -23,8 +24,6 @@ NO_MTREE= yes
|
|||
|
||||
MAKE_ENV+= LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 DESTDIR=${STAGEDIR}
|
||||
|
||||
DIST_SUBDIR?= cabal
|
||||
|
||||
SETUP_CMD?= ./setup
|
||||
|
||||
ALEX_CMD?= ${LOCALBASE}/bin/alex
|
||||
|
|
Loading…
Add table
Reference in a new issue