diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-28 07:45:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-28 07:45:02 +0000 |
commit | 13b458eb10cfc184aaed19352e8f6d6847f683a5 (patch) | |
tree | 36f71865f0c15aa0db1826baab84d1c109e007dd | |
parent | 9c08e722407f1de5e29ea12e4884ea1417bbdcc6 (diff) | |
download | ports-13b458eb10cfc184aaed19352e8f6d6847f683a5.tar.gz ports-13b458eb10cfc184aaed19352e8f6d6847f683a5.zip |
Notes
-rw-r--r-- | Mk/bsd.pkgng.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.pkgng.mk b/Mk/bsd.pkgng.mk index 0e85a9998ffa..c4eeb4cbbffd 100644 --- a/Mk/bsd.pkgng.mk +++ b/Mk/bsd.pkgng.mk @@ -18,7 +18,7 @@ PKGPREUPGRADE?= ${PKGDIR}/pkg-pre-upgrade PKGPOSTUPGRADE?= ${PKGDIR}/pkg-post-upgrade PKGUPGRADE?= ${PKGDIR}/pkg-upgrade _FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \ - fonts.dir fonst.scale gtk-update-icon-cache \ + fonts.dir fonts.scale gtk-update-icon-cache \ gio-querymodules \ update-desktop-database update-mime-database |