aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-08-03 12:08:35 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-08-03 12:08:35 +0000
commit0c5e4f7a302ce3f2dbacc970389d5c6a70d47c36 (patch)
tree5fc11569b17e8ad32a523522dd725596495f7007 /x11-fonts
parentfbd1d13896361fa77833289c6c7a44ec4e1e1220 (diff)
downloadports-0c5e4f7a302ce3f2dbacc970389d5c6a70d47c36.tar.gz
ports-0c5e4f7a302ce3f2dbacc970389d5c6a70d47c36.zip
Use INSTALL_DATA and make the installation steps more verbose,
trying to figure out why QAT doesn't like this.
Notes
Notes: svn path=/head/; revision=258684
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/moveable-type-fonts/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/moveable-type-fonts/Makefile b/x11-fonts/moveable-type-fonts/Makefile
index 55fe2cbb50d9..b710cb56693d 100644
--- a/x11-fonts/moveable-type-fonts/Makefile
+++ b/x11-fonts/moveable-type-fonts/Makefile
@@ -35,9 +35,9 @@ post-extract:
@${FIND} ${WRKDIR} -name __MACOSX | ${XARGS} rm -r
do-install:
- @${MKDIR} ${FONTSDIR}
- @${FIND} . -name \*.ttf -exec ${CP} {} ${FONTSDIR} \;
- @${FIND} . -name \*.otf -exec ${CP} {} ${FONTSDIR} \;
+ ${MKDIR} ${FONTSDIR}
+ ${FIND} . -name \*.ttf -exec ${INSTALL_DATA} {} ${FONTSDIR} \;
+ ${FIND} . -name \*.otf -exec ${INSTALL_DATA} {} ${FONTSDIR} \;
post-install:
@${ECHO_MSG} "===> Running fc-cache"