summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-10-26 00:46:43 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-10-26 00:46:43 +0000
commitba1d0e62a8f69c8301829a66c6105ad315f65eed (patch)
tree42c873aae082ace0c159833344b869cc6a5898e3 /x11-fonts
parent- Update to 3.2.5. (diff)
- Fix reference to X11BASE in pkg-descr.
PR: ports/127961 Submitted by: Nick Hibma <nick@van-laarhoven.org> Approved by: maintainer timeout (>2 weeks)
Notes
Notes: svn path=/head/; revision=222078
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/mozilla-fonts/Makefile5
-rw-r--r--x11-fonts/mozilla-fonts/pkg-descr8
-rw-r--r--x11-fonts/mozilla-fonts/pkg-plist4
3 files changed, 7 insertions, 10 deletions
diff --git a/x11-fonts/mozilla-fonts/Makefile b/x11-fonts/mozilla-fonts/Makefile
index 85738eadd231..fda5a4bd48be 100644
--- a/x11-fonts/mozilla-fonts/Makefile
+++ b/x11-fonts/mozilla-fonts/Makefile
@@ -22,9 +22,8 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/mozilla-fonts
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mozilla-fonts
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
- @ ${CAT} ${DESCR}
.include <bsd.port.post.mk>
diff --git a/x11-fonts/mozilla-fonts/pkg-descr b/x11-fonts/mozilla-fonts/pkg-descr
index 997aa897d22c..c1678eea71f7 100644
--- a/x11-fonts/mozilla-fonts/pkg-descr
+++ b/x11-fonts/mozilla-fonts/pkg-descr
@@ -6,16 +6,14 @@ selected to match the font display behavior of MS-Windows Netscape
as closely as possible. Right down to the glaring scale disparity
between sizes 6 and 7.
-Once installed, you'll have to add /usr/X11R6/lib/X11/fonts/mozilla to
+Once installed, you'll have to add /usr/local/lib/X11/fonts/mozilla to
your X font path by either:
-$ xset fp+ /usr/X11R6/lib/X11/fonts/mozilla
+$ xset fp+ /usr/local/lib/X11/fonts/mozilla
$ xset fp rehash
or by adding it to your X server configuration file (usually
/etc/XF86Config) and restarting the X server.
You'll also need to configure netscape to use them. See
-/usr/X11R6/share/doc/mozilla-fonts/README.
-
-WWW: http://fox.mit.edu/skunk/xwin/#mozilla_fonts
+/usr/local/share/doc/mozilla-fonts/README.
diff --git a/x11-fonts/mozilla-fonts/pkg-plist b/x11-fonts/mozilla-fonts/pkg-plist
index 1c7b85a2bc7f..cdd84b7460fb 100644
--- a/x11-fonts/mozilla-fonts/pkg-plist
+++ b/x11-fonts/mozilla-fonts/pkg-plist
@@ -85,6 +85,6 @@ lib/X11/fonts/mozilla/timesi4.pcf
lib/X11/fonts/mozilla/timesi5.pcf
lib/X11/fonts/mozilla/timesi6.pcf
lib/X11/fonts/mozilla/timesi7.pcf
-share/doc/mozilla-fonts/README
+%%PORTDOCS%%%%DOCSDIR%%/README
@dirrm lib/X11/fonts/mozilla
-@dirrm share/doc/mozilla-fonts
+%%PORTDOCS%%@dirrm %%DOCSDIR%%