diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-08-03 02:30:07 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-08-03 02:30:07 +0000 |
commit | db8a630740d7952632fca1d12503a442fc625335 (patch) | |
tree | 8ee3a15fcf61eb9a77ce79ffe7cc567f6e56e480 /lang/ghc/bsd.cabal.options.mk | |
parent | 336cf4f81e31ae43ff7b5ec434e2305615de4392 (diff) |
- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=301879
Diffstat (limited to 'lang/ghc/bsd.cabal.options.mk')
-rw-r--r-- | lang/ghc/bsd.cabal.options.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ghc/bsd.cabal.options.mk b/lang/ghc/bsd.cabal.options.mk deleted file mode 100644 index 438f371c28f8..000000000000 --- a/lang/ghc/bsd.cabal.options.mk +++ /dev/null @@ -1,11 +0,0 @@ -# -# $FreeBSD$ -# -# bsd.cabal.options.mk -- Support options for ports based on Haskell Cabal. -# -# Created by: Gabor Pali <pgj@FreeBSD.org> -# -# Maintained by: haskell@FreeBSD.org -# - -PKGNAMEPREFIX?= hs- |