mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
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.
15 lines
645 B
Plaintext
15 lines
645 B
Plaintext
@comment $FreeBSD$
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Math/OEIS.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%%/Math
|
|
@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
|