diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /x11-fonts/ppantsfonts | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'x11-fonts/ppantsfonts')
-rw-r--r-- | x11-fonts/ppantsfonts/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/ppantsfonts/pkg-message | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/ppantsfonts/Makefile b/x11-fonts/ppantsfonts/Makefile index 0ca6223bdedc..48443ab4f109 100644 --- a/x11-fonts/ppantsfonts/Makefile +++ b/x11-fonts/ppantsfonts/Makefile @@ -19,7 +19,7 @@ NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message FONTS= moosefont terminalpants -FONTDIR= ${X11BASE}/lib/X11/fonts/${PORTNAME}/ +FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PORTNAME}/ FILES= ${FONTS:S,$,.pcf.gz,} ${FILESDIR}/fonts.dir WRKSRC= ${WRKDIR}/ppants @@ -33,7 +33,7 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${FONTDIR} post-install: - @${SED} 's,$${X11BASE},${X11BASE},g' \ + @${SED} 's,$${LOCALBASE},${LOCALBASE},g' \ ${PKGDIR}/pkg-message >${PKGMESSAGE} @${CAT} ${PKGMESSAGE} diff --git a/x11-fonts/ppantsfonts/pkg-message b/x11-fonts/ppantsfonts/pkg-message index 20d332d831df..caac998e6a9f 100644 --- a/x11-fonts/ppantsfonts/pkg-message +++ b/x11-fonts/ppantsfonts/pkg-message @@ -6,6 +6,6 @@ Add the following line to the "Files" section and restart XFree86. - FontPath "${X11BASE}/lib/X11/fonts/ppantsfonts" + FontPath "${LOCALBASE}/lib/X11/fonts/ppantsfonts" ------------------------------------------------------------------ |