diff options
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> |