diff options
author | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-12-23 15:43:51 +0000 |
---|---|---|
committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-12-23 15:43:51 +0000 |
commit | 595edeae41e12e518cb496d5cb51906a3d7d3d7d (patch) | |
tree | 25bd5c8c870d6f1ba4463c53ce599ec5e503dfff /x11-fonts/wqy | |
parent | 1f63cbc2d01c7194573a7f8f84e4690dd2946c56 (diff) |
fix the fonts.alias directory. Thanks Intron <intron@intron.ac> for pointing
out.
Submitted by: Intron <intron@intron.ac>
Notes
Notes:
svn path=/head/; revision=204399
Diffstat (limited to 'x11-fonts/wqy')
-rw-r--r-- | x11-fonts/wqy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/wqy/Makefile b/x11-fonts/wqy/Makefile index 4d4fce20bc69..557f58330b64 100644 --- a/x11-fonts/wqy/Makefile +++ b/x11-fonts/wqy/Makefile @@ -7,7 +7,7 @@ PORTNAME= wqy PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -58,7 +58,7 @@ post-install: @${CP} ${PREFIX}/${FONTSDIR}/fonts.dir ${PREFIX}/${FONTSDIR}/fonts.scale || true @command fc-cache -v ${PREFIX}/${FONTSDIR} || true .if defined(WITH_ALIAS) - ${INSTALL_DATA} ${WRKSRC}/fonts.alias ${PREFIX}/${CONFAVAILDIR} + ${INSTALL_DATA} ${WRKSRC}/fonts.alias ${PREFIX}/${FONTSDIR} .endif .if !defined(NOPORTDOCS) |