From 89ab78be949a52eec6731931024e96fea2428533 Mon Sep 17 00:00:00 2001 From: dryice Date: Sun, 23 Dec 2007 15:43:51 +0000 Subject: fix the fonts.alias directory. Thanks Intron for pointing out. Submitted by: Intron --- x11-fonts/wqy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-fonts/wqy') 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) -- cgit