Fix an unexpected permission change from before and after port

installation and deinstallation.

Spotted by:	pointyhat
Approved by:	portmgr (krion)
This commit is contained in:
Hiroki Sato 2006-02-27 12:06:30 +00:00
parent 8e1da02470
commit 50c4dcfc5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156852

View File

@ -11,5 +11,6 @@ if [ "x$2" != "xDEINSTALL" ]; then
exit 0
fi
cp ${FONTMAP} ${FONTMAPTMP}
sed -e "/^\/MOE.*/d" ${FONTMAP} > ${FONTMAPTMP}
mv -f ${FONTMAPTMP} ${FONTMAP}