diff options
author | dryice <dryice@FreeBSD.org> | 2007-12-23 23:43:51 +0800 |
---|---|---|
committer | dryice <dryice@FreeBSD.org> | 2007-12-23 23:43:51 +0800 |
commit | 89ab78be949a52eec6731931024e96fea2428533 (patch) | |
tree | 700c60269a141ed5a8c15f7861d78e60483d5785 /x11-fonts/wqy | |
parent | 7e5d2fd15b33b6bb50a933217fba384ef0c1bce0 (diff) | |
download | freebsd-ports-gnome-89ab78be949a52eec6731931024e96fea2428533.tar.gz freebsd-ports-gnome-89ab78be949a52eec6731931024e96fea2428533.tar.zst freebsd-ports-gnome-89ab78be949a52eec6731931024e96fea2428533.zip |
fix the fonts.alias directory. Thanks Intron <intron@intron.ac> for pointing
out.
Submitted by: Intron <intron@intron.ac>
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) |