diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-05-09 14:04:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-05-09 14:04:14 +0000 |
commit | 09a130078d9d0486b44b119ef852008db99fc6f7 (patch) | |
tree | fd918a9d06744827d0c3dbe2301f0a3fc735bf5a /math | |
parent | bca2cb8669c3b23fae084e1d798ec53b68cf80a1 (diff) |
Notes
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 |