diff options
author | olgeni <olgeni@FreeBSD.org> | 2006-03-27 03:42:19 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2006-03-27 03:42:19 +0800 |
commit | 8f680817595b5a6dce526c74e35b1fd0bc92ad14 (patch) | |
tree | cf1c73c7ad3115620cb1dde0b13e40262a53a0f6 /x11-fonts | |
parent | dd42c2d084a8e372625e1656d984f0f12ac47430 (diff) | |
download | freebsd-ports-gnome-8f680817595b5a6dce526c74e35b1fd0bc92ad14.tar.gz freebsd-ports-gnome-8f680817595b5a6dce526c74e35b1fd0bc92ad14.tar.zst freebsd-ports-gnome-8f680817595b5a6dce526c74e35b1fd0bc92ad14.zip |
Fix file permissions.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/urwfonts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fonts/urwfonts/Makefile b/x11-fonts/urwfonts/Makefile index 77c567cdb5d5..d68ef4d52e17 100644 --- a/x11-fonts/urwfonts/Makefile +++ b/x11-fonts/urwfonts/Makefile @@ -19,6 +19,9 @@ NO_WRKSUBDIR= yes USE_X_PREFIX= yes NO_BUILD= yes +post-extract: + @${CHMOD} ${SHAREMODE} ${WRKDIR}/URW/* + post-install: @command fc-cache -v ${PREFIX}/lib/X11/fonts/URW || true @${CAT} ${PKGMESSAGE} |