freebsd-ports/lang/tcltutor/files/patch-aa
Edwin Groothuis 9fd93e27e0 Fix localbase issue
Noticed by: YAPHR
2005-10-23 00:26:53 +00:00

11 lines
384 B
Text

--- Makefile.orig Sun Oct 23 08:59:25 2005
+++ Makefile Sun Oct 23 09:00:09 2005
@@ -0,0 +1,8 @@
+#
+# Fake makefile to copy everything into the right directory.
+#
+
+install:
+ mkdir -p ${PREFIX}/share/doc/TclTutor
+ install -c -g wheel -o root -m 0644 *.lsn *.cfg ${PREFIX}/share/doc/TclTutor
+ install -c -g wheel -o root -m 0755 scaler.tcl htmllib.tcl TclTutor.tcl ${PREFIX}/bin