freebsd-ports/x11-fonts/urwfonts/files/patch-aa
Will Andrews 0c6af39fe3 Add urwfonts 1.0, another font collection for X.
PR:		20560
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-09-16 04:34:43 +00:00

15 lines
321 B
Plaintext

--- Makefile.orig Fri Aug 2 11:30:35 1996
+++ Makefile Fri Aug 2 11:32:02 1996
@@ -0,0 +1,11 @@
+
+DESTDIR=$(PREFIX)/lib/X11/fonts
+
+all:
+ @echo nothing to be done for \`$@\'
+ @echo this is an install-only port.
+
+install:
+ [ -d $(DESTDIR) ] || mkdir -p $(DESTDIR)
+ tar -cf - URW |(cd ${DESTDIR}; tar -xf -)
+