diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 11:49:32 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 11:49:32 +0800 |
commit | 07aa9b00440a2c57356aff67f194359a28298175 (patch) | |
tree | 275e4e6ec1de52d9789359048a5003b55c50df4e /devel/hs-alex | |
parent | 928c146cb33b0b4c1fa5471d848a391e0287c3be (diff) | |
download | freebsd-ports-gnome-07aa9b00440a2c57356aff67f194359a28298175.tar.gz freebsd-ports-gnome-07aa9b00440a2c57356aff67f194359a28298175.tar.zst freebsd-ports-gnome-07aa9b00440a2c57356aff67f194359a28298175.zip |
- Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped. Other per-port
updates are coming soon.
This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.
Thanks ashish@ for the help!
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/hs-alex')
-rw-r--r-- | devel/hs-alex/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-alex/pkg-plist | 16 |
2 files changed, 1 insertions, 17 deletions
diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 4daf84dff1ac..426a834ace6f 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -6,6 +6,7 @@ PORTNAME= alex PORTVERSION= 2.3.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -19,7 +20,6 @@ USE_AUTOTOOLS= autoconf:env STANDALONE= yes EXECUTABLE= alex -PORTEXAMPLES= * INSTALL_PORTEXAMPLES= cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} .if defined(SLAVE) diff --git a/devel/hs-alex/pkg-plist b/devel/hs-alex/pkg-plist deleted file mode 100644 index b30ec382bc49..000000000000 --- a/devel/hs-alex/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -@comment $FreeBSD$ -%%DATADIR%%/AlexTemplate -%%DATADIR%%/AlexTemplate-debug -%%DATADIR%%/AlexTemplate-ghc -%%DATADIR%%/AlexTemplate-ghc-debug -%%DATADIR%%/AlexWrapper-basic -%%DATADIR%%/AlexWrapper-basic-bytestring -%%DATADIR%%/AlexWrapper-gscan -%%DATADIR%%/AlexWrapper-monad -%%DATADIR%%/AlexWrapper-monad-bytestring -%%DATADIR%%/AlexWrapper-monadUserState -%%DATADIR%%/AlexWrapper-monadUserState-bytestring -%%DATADIR%%/AlexWrapper-posn -%%DATADIR%%/AlexWrapper-posn-bytestring -%%DATADIR%%/AlexWrapper-strict-bytestring -@dirrmtry %%DATADIR%% |