- Remove file package.conf.old

Approved by:	tabthorpe (mentor)
This commit is contained in:
Philippe Audeoud 2008-03-14 14:33:34 +00:00
parent d002804532
commit 18f0751cc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209035

View File

@ -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>