1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-fonts/mozilla-fonts/files/patch-aa
Steve Price 0146ca122a Adding mozilla-fonts version 1.0.
A bunch of fonts for Netscape/Mozilla.

PR:		17301
Submitted by:	dom@myrddin.demon.co.uk
2000-05-01 02:35:14 +00:00

24 lines
609 B
Plaintext

--- Makefile.orig Fri Mar 10 12:03:05 2000
+++ Makefile Fri Mar 10 12:04:56 2000
@@ -1,7 +1,7 @@
# Mozilla fonts makefile
-DESTDIR = /usr/local/lib/fonts/Mozilla
+DESTDIR = $(PREFIX)/lib/X11/fonts/mozilla
# -------- No user-serviceable parts below --------
@@ -40,9 +40,9 @@
install: pcf
mkdir -p $(DESTDIR)
for font in $(PCF_FILES) ; do \
- $(INSTALL) -m 644 $$font $(DESTDIR)/$$font ; \
+ $(BSD_INSTALL_DATA) $$font $(DESTDIR)/$$font ; \
done
- $(INSTALL) -m 644 fonts.alias $(DESTDIR)/fonts.alias
+ $(BSD_INSTALL_DATA) fonts.alias $(DESTDIR)/fonts.alias
mkfontdir $(DESTDIR)
clean: