diff options
author | pgj <pgj@FreeBSD.org> | 2011-05-09 22:04:14 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-05-09 22:04:14 +0800 |
commit | 81c01660302271c0631bbed2ba89ed560e155103 (patch) | |
tree | 4f122bd4ed00f0c8cc5cdeb38e68f30e9b9b050c /math | |
parent | 57f0c4059693c8748498dd5bd705df4d3cdacaba (diff) | |
download | freebsd-ports-gnome-81c01660302271c0631bbed2ba89ed560e155103.tar.gz freebsd-ports-gnome-81c01660302271c0631bbed2ba89ed560e155103.tar.zst freebsd-ports-gnome-81c01660302271c0631bbed2ba89ed560e155103.zip |
- Chase the GHC update
Reported by: pointyhat
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-erf/Makefile | 3 | ||||
-rw-r--r-- | math/hs-erf/pkg-plist | 14 |
2 files changed, 3 insertions, 14 deletions
diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile index 823cfa62c927..4ba77423df83 100644 --- a/math/hs-erf/Makefile +++ b/math/hs-erf/Makefile @@ -7,11 +7,14 @@ PORTNAME= erf PORTVERSION= 1.0.0.0 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= The error function, erf, and friends for Haskell +LICENSE= BSD + CABAL_SETUP= Setup.hs .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/math/hs-erf/pkg-plist b/math/hs-erf/pkg-plist deleted file mode 100644 index bc5c04362fff..000000000000 --- a/math/hs-erf/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -@comment $FreeBSD$ -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Number/Erf.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a -%%LIBDIR_REL%%/register.sh -%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Number -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%% -@dirrm %%LIBDIR_REL%% -@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh -@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec %D/bin/ghc-pkg unregister %%%PORTNAME%%-%%PORTVERSION%% -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old |