1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-fonts/nucleus/files/patch-aa
Will Andrews 2b4d45c636 Add nucleus 0.77, another font package (some mozilla stuff in there).
PR:		20559
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-09-16 04:23:51 +00:00

20 lines
597 B
Plaintext

*** Makefile.orig Sat Aug 12 18:46:05 2000
--- Makefile Sat Aug 12 18:48:26 2000
***************
*** 0 ****
--- 1,14 ----
+ DESTDIR=$(PREFIX)/lib/X11/fonts
+
+ all:
+ @echo nothing to be done for \`$@\'
+ @echo this is an install-only port.
+
+ install:
+ [ -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 ${DESTDIR}/mozilla && mkfontdir .