freebsd-ports/x11-fonts/nucleus/files/patch-aa
2003-04-12 22:26:53 +00:00

12 lines
333 B
Text

--- Makefile.orig Sun Apr 13 00:21:23 2003
+++ Makefile Sun Apr 13 00:22:17 2003
@@ -0,0 +1,9 @@
+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 -)