diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-11 12:47:00 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-11 12:47:00 +0000 |
commit | 0b55158fdc5b47069108081d6e94cd77eca25625 (patch) | |
tree | d15828942ff7982df155b1c79d33e09bf5f5ca7c /lang/tcltutor/files/patch-aa | |
parent | followup with recent cleanup (diff) |
Remove lang/tcltutor, this port depends on expired ports misc/tkman and
textproc/glimpse, is unstaged, and the last "real" commit was eight years ago.
Notes
Notes:
svn path=/head/; revision=350936
Diffstat (limited to 'lang/tcltutor/files/patch-aa')
-rw-r--r-- | lang/tcltutor/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/tcltutor/files/patch-aa b/lang/tcltutor/files/patch-aa deleted file mode 100644 index 4b40de0bc888..000000000000 --- a/lang/tcltutor/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |