diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-01 02:35:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-01 02:35:14 +0000 |
commit | 0146ca122ad227def55ac51cf4b0e80fb91a6045 (patch) | |
tree | 7e60648f11a9409ec4e8d64cda1410439ed87d0b /x11-fonts/mozilla-fonts/files | |
parent | 37475d19e8252bfe370e5c80ddd3db1d27c72d5d (diff) | |
download | ports-0146ca122ad227def55ac51cf4b0e80fb91a6045.tar.gz ports-0146ca122ad227def55ac51cf4b0e80fb91a6045.zip |
Notes
Diffstat (limited to 'x11-fonts/mozilla-fonts/files')
-rw-r--r-- | x11-fonts/mozilla-fonts/files/patch-aa | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-fonts/mozilla-fonts/files/patch-aa b/x11-fonts/mozilla-fonts/files/patch-aa new file mode 100644 index 000000000000..e878891f3c7c --- /dev/null +++ b/x11-fonts/mozilla-fonts/files/patch-aa @@ -0,0 +1,23 @@ +--- 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: |