diff options
Diffstat (limited to 'russian/artwiz-ru/Makefile')
-rw-r--r-- | russian/artwiz-ru/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/artwiz-ru/Makefile b/russian/artwiz-ru/Makefile index 6cc8a85f750a..a3d5ad5b9a89 100644 --- a/russian/artwiz-ru/Makefile +++ b/russian/artwiz-ru/Makefile @@ -25,10 +25,10 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/fonts PKGMESSAGE= ${WRKDIR}/pkg-message -FONTDIR= ${X11BASE}/lib/X11/fonts/${PORTNAME} +FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PORTNAME} post-patch: - @${SED} -e 's,X11BASE,${X11BASE},g' ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} + @${SED} -e 's,LOCALBASE,${LOCALBASE},g' ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} do-install: ${MKDIR} ${FONTDIR} |