aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/vtwm/files
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-11-05 21:33:45 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-11-05 21:33:45 +0000
commit60ccacb6d91f5c8824303664db662ebd49c52015 (patch)
tree3710c8debe8ee77ce6b857b10bc7f3929f24680a /x11-wm/vtwm/files
parent381f49d9e70cbfedfbc2473c4d150cc2af95f113 (diff)
downloadports-60ccacb6d91f5c8824303664db662ebd49c52015.tar.gz
ports-60ccacb6d91f5c8824303664db662ebd49c52015.zip
Notes
Diffstat (limited to 'x11-wm/vtwm/files')
-rw-r--r--x11-wm/vtwm/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/vtwm/files/patch-ab b/x11-wm/vtwm/files/patch-ab
new file mode 100644
index 000000000000..ebac70570a95
--- /dev/null
+++ b/x11-wm/vtwm/files/patch-ab
@@ -0,0 +1,13 @@
+--- Imakefile.orig Sun Oct 21 04:41:58 2001
++++ Imakefile Mon Nov 5 11:21:53 2001
+@@ -153,7 +153,9 @@
+ echo ' */' >>$@
+ echo '' >>$@
+ echo 'char *lastmake[] = {' >>lastmake.c
+- echo ' "Platform: '`uname -s`' Version '`uname -v`' Release '`uname -r`'",' >>$@
++ echo ' "Platform: '`uname -s`' Version '`uname -v | cut -f 2 \
++ -d ' ' | cut -f 1 -d '-'`' Release '`uname -v | cut -f 2 -d '#' \
++ | cut -f 1 -d ':'`'",' >>$@
+ echo ' "Build: '`date`'",' >>$@
+ echo ' "" };' >>$@
+