diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-07 10:40:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-07 10:40:57 +0000 |
commit | f0a6b6071fe1cbec0c3320c1c8649acc272d2bb5 (patch) | |
tree | 872b0bc47555b4e3130f3c9fd5d609bbe6725e0f /fonts | |
parent | 70c403412091529bf84ffc752b682f9acee047ae (diff) | |
download | pkgsrc-f0a6b6071fe1cbec0c3320c1c8649acc272d2bb5.tar.gz |
pkglint.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/urwfonts/DESCR | 3 | ||||
-rw-r--r-- | fonts/urwfonts/MESSAGE | 5 | ||||
-rw-r--r-- | fonts/urwfonts/Makefile | 17 | ||||
-rw-r--r-- | fonts/urwfonts/distinfo | 5 |
4 files changed, 18 insertions, 12 deletions
diff --git a/fonts/urwfonts/DESCR b/fonts/urwfonts/DESCR index 845cb9bce31..6793abcd35a 100644 --- a/fonts/urwfonts/DESCR +++ b/fonts/urwfonts/DESCR @@ -1,4 +1,3 @@ URW font collection for X. -These fonts from the GIMP project are used by the JDK - +These fonts from the GIMP project are used by the JDK. diff --git a/fonts/urwfonts/MESSAGE b/fonts/urwfonts/MESSAGE index 5a2d54fc808..029d8350b4b 100644 --- a/fonts/urwfonts/MESSAGE +++ b/fonts/urwfonts/MESSAGE @@ -1,3 +1,6 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.2 2002/11/07 10:40:57 wiz Exp $ + You'll have to add ${PREFIX}/lib/X11/fonts/URW to your X font path by either: @@ -6,3 +9,5 @@ $ xset fp rehash or by adding it to your X-server configuration file (usually /etc/X11/XF86Config) and restarting the X-server. + +=========================================================================== diff --git a/fonts/urwfonts/Makefile b/fonts/urwfonts/Makefile index 43308f8dc3e..4c82df09be6 100644 --- a/fonts/urwfonts/Makefile +++ b/fonts/urwfonts/Makefile @@ -1,14 +1,13 @@ -# -# $NetBSD: Makefile,v 1.1 2002/11/07 08:06:36 sjg Exp $ +# $NetBSD: Makefile,v 1.2 2002/11/07 10:40:57 wiz Exp $ # -PKGNAME= urwfonts -CATEGORIES= fonts x11 -MASTER_SITES= http://www.gimp.org/ DISTNAME= urw-fonts +PKGNAME= urwfonts-20021107 +CATEGORIES= fonts +MASTER_SITES= http://www.gimp.org/ MAINTAINER= packages@netbsd.org -COMMENT= Another font package for X +COMMENT= URW postscript fonts NO_PATCH= # defined NO_CONFIGURE= # defined @@ -16,10 +15,10 @@ NO_BUILD= # defined WRKSRC= ${WRKDIR} USE_X11BASE= yes -X11FONTS=${PREFIX}/lib/X11/fonts +X11FONTS= ${PREFIX}/lib/X11/fonts do-install: - [ -d ${X11FONTS} ] || mkdir -p ${X11FONTS} - cd ${WRKDIR} && tar -cf - URW | (cd ${X11FONTS} && tar -xf -) + ${INSTALL_DATA_DIR} ${X11FONTS} + cd ${WRKDIR} && ${PAX} -pe -rw URW ${X11FONTS} .include "../../mk/bsd.pkg.mk" diff --git a/fonts/urwfonts/distinfo b/fonts/urwfonts/distinfo index 775d402651c..d52b1804809 100644 --- a/fonts/urwfonts/distinfo +++ b/fonts/urwfonts/distinfo @@ -1 +1,4 @@ -MD5 (urw-fonts.tar.gz) = 105bff687324d022b0045a67d37c6e60 +$NetBSD: distinfo,v 1.2 2002/11/07 10:40:57 wiz Exp $ + +SHA1 (urw-fonts.tar.gz) = 7b04df7db758dd787dd5bc1deb7b6f86bb9f2760 +Size (urw-fonts.tar.gz) = 1544494 bytes |