diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:38:34 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-08-16 13:38:34 +0000 |
commit | d04b06930d841213e0e2aac32c99c09626532777 (patch) | |
tree | 6dac43cf2b710c977a7fbcac6664b47016a9670d /x11-fonts/freefonts/files | |
parent | New port for `xblackjack' (diff) |
New port for `freefonts' a bunch of free type-1 fonts for X11
Notes
Notes:
svn path=/head/; revision=3619
Diffstat (limited to 'x11-fonts/freefonts/files')
-rw-r--r-- | x11-fonts/freefonts/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-fonts/freefonts/files/patch-aa b/x11-fonts/freefonts/files/patch-aa new file mode 100644 index 000000000000..c08cc575057c --- /dev/null +++ b/x11-fonts/freefonts/files/patch-aa @@ -0,0 +1,14 @@ +--- Makefile.orig Fri Aug 2 11:30:35 1996 ++++ Makefile Fri Aug 2 11:32:02 1996 +@@ -0,0 +1,11 @@ ++ ++DESTDIR=$(PREFIX)/lib/X11/fonts ++ ++all: ++ @echo nothing to be done for \`$@\' ++ @echo this is an install-only port. ++ ++install: ++ [ -d $(DESTDIR) ] || mkdir -p $(DESTDIR) ++ tar -cf - freefont |(cd ${DESTDIR}; tar -xf -) ++ |