diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-03-14 14:33:34 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-03-14 14:33:34 +0000 |
commit | 18f0751cc3707b5357bcc6b5f3858e137de8b228 (patch) | |
tree | 4890102e16e8e43db0a5191d9652c6b295ec0c73 /devel/hs-uulib/Makefile | |
parent | d002804532a242d83cdaa358634bcefa7da5cece (diff) | |
download | ports-18f0751cc3707b5357bcc6b5f3858e137de8b228.tar.gz ports-18f0751cc3707b5357bcc6b5f3858e137de8b228.zip |
Notes
Diffstat (limited to 'devel/hs-uulib/Makefile')
-rw-r--r-- | devel/hs-uulib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-uulib/Makefile b/devel/hs-uulib/Makefile index 575407918600..b548029fae42 100644 --- a/devel/hs-uulib/Makefile +++ b/devel/hs-uulib/Makefile @@ -43,4 +43,7 @@ do-install: cd ${WRKSRC} && ${SETUP_CMD} install \ && ${INSTALL_SCRIPT} register.sh ${PREFIX}/${UULIB_LIBDIR_REL}/register.sh +post-install: + ${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old + .include <bsd.port.mk> |