ec29a59ec3
ports which makes possible the direct translation of Cabal package descriptions to FreeBSD ports. It promises both easier addition and maintenance for Cabal-based ports.
19 lines
901 B
Plaintext
19 lines
901 B
Plaintext
@comment $FreeBSD$
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/System/FilePath/Find.hi
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/System/FilePath/Glob.hi
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/System/FilePath/GlobPattern.hi
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/System/FilePath/Manip.hi
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a
|
|
%%LIBDIR_REL%%/register.sh
|
|
%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE
|
|
%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%%
|
|
@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/System/FilePath
|
|
@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/System
|
|
@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
|