diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 11:41:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 11:41:35 +0000 |
commit | 97777f92925c922026bcc1174eb5897de4ef7a17 (patch) | |
tree | 2523cf420d9a952faca2f931dde9a7d6dc495037 /x11-fonts/mozilla-fonts | |
parent | 400f4557f621dbddf5da9a9c3f672d54d04cd85a (diff) | |
download | ports-97777f92925c922026bcc1174eb5897de4ef7a17.tar.gz ports-97777f92925c922026bcc1174eb5897de4ef7a17.zip |
Notes
Diffstat (limited to 'x11-fonts/mozilla-fonts')
-rw-r--r-- | x11-fonts/mozilla-fonts/Makefile | 7 | ||||
-rw-r--r-- | x11-fonts/mozilla-fonts/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/mozilla-fonts/files/patch-aa | 29 |
3 files changed, 18 insertions, 20 deletions
diff --git a/x11-fonts/mozilla-fonts/Makefile b/x11-fonts/mozilla-fonts/Makefile index d24c64258907..4136d87d17ff 100644 --- a/x11-fonts/mozilla-fonts/Makefile +++ b/x11-fonts/mozilla-fonts/Makefile @@ -7,13 +7,12 @@ PORTNAME= mozilla-fonts PORTVERSION= 1.0 +PORTREVISION= 1 + CATEGORIES= x11-fonts www MASTER_SITES= http://fox.mit.edu/skunk/xwin/ -DISTNAME= ${PORTNAME} - -MAINTAINER= dom@myrddin.demon.co.uk -ALL_TARGET= pcf +MAINTAINER= dom@happygiraffe.net USE_X_PREFIX= true diff --git a/x11-fonts/mozilla-fonts/distinfo b/x11-fonts/mozilla-fonts/distinfo index 1f5f7eee064f..f0f3677a9d97 100644 --- a/x11-fonts/mozilla-fonts/distinfo +++ b/x11-fonts/mozilla-fonts/distinfo @@ -1 +1 @@ -MD5 (mozilla-fonts.tar.gz) = ebd8fe21d153e45466f12192ed1bda74 +MD5 (mozilla-fonts-1.0.tar.gz) = 504354e52219649d07a5003ca03e8b58 diff --git a/x11-fonts/mozilla-fonts/files/patch-aa b/x11-fonts/mozilla-fonts/files/patch-aa index e878891f3c7c..a4c417f14280 100644 --- a/x11-fonts/mozilla-fonts/files/patch-aa +++ b/x11-fonts/mozilla-fonts/files/patch-aa @@ -1,23 +1,22 @@ ---- Makefile.orig Fri Mar 10 12:03:05 2000 -+++ Makefile Fri Mar 10 12:04:56 2000 -@@ -1,7 +1,7 @@ - # Mozilla fonts makefile +--- Makefile.orig Sun Sep 24 03:57:57 2000 ++++ Makefile Tue Jun 5 12:19:23 2001 +@@ -1,6 +1,6 @@ + # Makefile for mozilla-fonts +-DESTDIR = /usr/local/lib/X11/fonts/Mozilla ++DESTDIR = $(PREFIX)/lib/X11/fonts/mozilla --DESTDIR = /usr/local/lib/fonts/Mozilla -+DESTDIR = $(PREFIX)/lib/X11/fonts/mozilla + INSTALL = install - - # -------- No user-serviceable parts below -------- -@@ -40,9 +40,9 @@ - install: pcf +@@ -114,9 +114,9 @@ mkdir -p $(DESTDIR) - for font in $(PCF_FILES) ; do \ -- $(INSTALL) -m 644 $$font $(DESTDIR)/$$font ; \ -+ $(BSD_INSTALL_DATA) $$font $(DESTDIR)/$$font ; \ + @for font in $(PCFFILES) ; do \ + echo " $(INSTALL) -m 644 $$font $(DESTDIR)/$$font" ; \ +- $(INSTALL) -m 644 $$font $(DESTDIR)/$$font || exit 1 ; \ ++ $(BSD_INSTALL_DATA) $$font $(DESTDIR)/$$font || exit 1 ; \ done - $(INSTALL) -m 644 fonts.alias $(DESTDIR)/fonts.alias -+ $(BSD_INSTALL_DATA) fonts.alias $(DESTDIR)/fonts.alias - mkfontdir $(DESTDIR) ++ $(BSD_INSTALL_DATA) -m 644 fonts.alias $(DESTDIR)/fonts.alias + cd $(DESTDIR) && mkfontdir clean: |