diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:11:28 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-10-08 15:11:28 +0000 |
commit | 42bc424f618b6148fae4b6088ace14057513f0bc (patch) | |
tree | 950065fafc9374ef5ac291e71c9f3b3434f87377 /devel/hs-hint | |
parent | a46575cc6b74f2c79622412b76ba5fd931d9a326 (diff) |
Notes
Diffstat (limited to 'devel/hs-hint')
-rw-r--r-- | devel/hs-hint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-hint/Makefile b/devel/hs-hint/Makefile index 8718f7189270..21f719d7e506 100644 --- a/devel/hs-hint/Makefile +++ b/devel/hs-hint/Makefile @@ -14,7 +14,7 @@ USE_CABAL= exceptions extensible-exceptions ghc-mtl>=1.2.1 ghc-paths \ mtl random utf8-string INSTALL_PORTEXAMPLES= cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - + INSTALL_PORTDATA= ${INSTALL_DATA} \ ${WRKSRC}/AUTHORS \ ${WRKSRC}/README \ |