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.
14 lines
615 B
Plaintext
14 lines
615 B
Plaintext
@comment $FreeBSD$
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/MemoTrie.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
|
|
@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
|