diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-03-26 19:42:19 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-03-26 19:42:19 +0000 |
commit | 6902b1ae802e665184e4740cdc09ae63ccd2f075 (patch) | |
tree | 2f0f562f305352f312e5141319719dc0fbfc5685 /x11-fonts/urwfonts | |
parent | 04476d82867bdb46d406a40428e4e0259341cac7 (diff) | |
download | ports-6902b1ae802e665184e4740cdc09ae63ccd2f075.tar.gz ports-6902b1ae802e665184e4740cdc09ae63ccd2f075.zip |
Fix file permissions.
Notes
Notes:
svn path=/head/; revision=158182
Diffstat (limited to 'x11-fonts/urwfonts')
-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} |