mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +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
616 B
Plaintext
15 lines
616 B
Plaintext
@comment $FreeBSD$
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/GHC/Paths.hi
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
|
|
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a
|
|
%%LIBDIR_REL%%/register.sh
|
|
%%DOCSDIR%%/LICENSE
|
|
@dirrmtry %%DOCSDIR%%
|
|
@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/GHC
|
|
@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
|