summaryrefslogtreecommitdiff
path: root/fonts/urwfonts/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-11-07 10:41:38 +0000
committerwiz <wiz@pkgsrc.org>2002-11-07 10:41:38 +0000
commit7f9f2bd2554da4ab2ac187e527d687924480e28a (patch)
tree3e56a8ac29d8e9a7f324e00bc7fa6df8d76ba778 /fonts/urwfonts/Makefile
parentf0a6b6071fe1cbec0c3320c1c8649acc272d2bb5 (diff)
downloadpkgsrc-7f9f2bd2554da4ab2ac187e527d687924480e28a.tar.gz
Remove: ghostscript-fonts provides the same fonts.
Diffstat (limited to 'fonts/urwfonts/Makefile')
-rw-r--r--fonts/urwfonts/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/fonts/urwfonts/Makefile b/fonts/urwfonts/Makefile
deleted file mode 100644
index 4c82df09be6..00000000000
--- a/fonts/urwfonts/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2002/11/07 10:40:57 wiz Exp $
-#
-
-DISTNAME= urw-fonts
-PKGNAME= urwfonts-20021107
-CATEGORIES= fonts
-MASTER_SITES= http://www.gimp.org/
-
-MAINTAINER= packages@netbsd.org
-COMMENT= URW postscript fonts
-
-NO_PATCH= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
-WRKSRC= ${WRKDIR}
-USE_X11BASE= yes
-
-X11FONTS= ${PREFIX}/lib/X11/fonts
-
-do-install:
- ${INSTALL_DATA_DIR} ${X11FONTS}
- cd ${WRKDIR} && ${PAX} -pe -rw URW ${X11FONTS}
-
-.include "../../mk/bsd.pkg.mk"