diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-27 19:55:43 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-27 19:55:43 +0000 |
commit | 0534e5e04de0832b3021c57d5fb39a2b7d20b094 (patch) | |
tree | f02b4082517a85771c61b92185dcfe5a3e656037 /sysutils | |
parent | e0552f4c885e4ef71586af0ce815d9824f125e53 (diff) |
- Add missing EXECUTABLE line hereby fix pkg-plist
Submitted by: pav (via pointyhat)
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=300113
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hs-angel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/hs-angel/Makefile b/sysutils/hs-angel/Makefile index 9c7f11cbdc60..cc1def512789 100644 --- a/sysutils/hs-angel/Makefile +++ b/sysutils/hs-angel/Makefile @@ -19,6 +19,8 @@ CABAL_SETUP= Setup.hs USE_CABAL= configurator>=0.1 MissingH mtl stm>=2.0 text>=0.11 \ unordered-containers>=0.1.4 +EXECUTABLE= angel + STANDALONE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |