summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2002-01-21 10:15:01 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2002-01-21 10:15:01 +0000
commit2c563fda2f4bc4082abf588dac07867565472a02 (patch)
tree3462cda04345fde00f62370264aacbadf48a2cc1 /x11-fonts
parentFix compilation when WITHOUT_PILOT is defined. (diff)
Fix build problem: gzip would stop and ask to overwrite files if the fonts
are already installed (no portrevision bump is needed).
Notes
Notes: svn path=/head/; revision=53441
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/nucleus/files/patch-aa5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-fonts/nucleus/files/patch-aa b/x11-fonts/nucleus/files/patch-aa
index 2c13ff3cf2e7..5abafd55caa9 100644
--- a/x11-fonts/nucleus/files/patch-aa
+++ b/x11-fonts/nucleus/files/patch-aa
@@ -13,7 +13,6 @@
+ [ -d $(DESTDIR) ] || mkdir $(DESTDIR)
+ (cd nucleus && tar -cf - nucleus) | (cd ${DESTDIR}; tar -xf -)
+ mkdir -p ${DESTDIR}/mozilla
-+ cd nucleus/mozilla-src && make
-+ (cd nucleus/mozilla-src && tar -cf - *.pcf) | (cd ${DESTDIR}/mozilla && tar -xf -)
-+ cd ${DESTDIR}/mozilla && gzip *.pcf
++ cd nucleus/mozilla-src && make && gzip -f *.pcf
++ (cd nucleus/mozilla-src && tar -cf - *.pcf.gz) | (cd ${DESTDIR}/mozilla && tar -xf -)
+ cd ${DESTDIR}/mozilla && mkfontdir .