[hackers] [9base] applied dibbs patch, slightly modified though || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Sat, 29 May 2010 18:30:51 +0000 (UTC)

changeset: 75:31578905a059
tag: tip
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Sat May 29 19:23:23 2010 +0100
files: Makefile diff/Makefile rc/Makefile sam/Makefile std.mk yacc.mk
description:
applied dibbs patch, slightly modified though

diff -r 2807ee0b089c -r 31578905a059 Makefile
--- a/Makefile Sat May 29 14:33:38 2010 +0100
+++ b/Makefile Sat May 29 19:23:23 2010 +0100
@@ -36,6 +36,7 @@
         primes\
         rc\
         read\
+ sam\
         sha1sum\
         sed\
         seq\
diff -r 2807ee0b089c -r 31578905a059 diff/Makefile
--- a/diff/Makefile Sat May 29 14:33:38 2010 +0100
+++ b/diff/Makefile Sat May 29 19:23:23 2010 +0100
@@ -21,7 +21,7 @@
 
 uninstall:
         rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
- rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
+ rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
 
 .c.o:
         @echo CC $*.c
diff -r 2807ee0b089c -r 31578905a059 rc/Makefile
--- a/rc/Makefile Sat May 29 14:33:38 2010 +0100
+++ b/rc/Makefile Sat May 29 19:23:23 2010 +0100
@@ -38,7 +38,7 @@
 
 uninstall:
         rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
- rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
+ rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
         rm -f ${DESTDIR}${PREFIX}/etc/rcmain
 
 .c.o:
diff -r 2807ee0b089c -r 31578905a059 sam/Makefile
--- a/sam/Makefile Sat May 29 14:33:38 2010 +0100
+++ b/sam/Makefile Sat May 29 19:23:23 2010 +0100
@@ -23,7 +23,7 @@
 
 uninstall:
         rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
- rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
+ rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
 
 .c.o:
         @echo CC $*.c
diff -r 2807ee0b089c -r 31578905a059 std.mk
--- a/std.mk Sat May 29 14:33:38 2010 +0100
+++ b/std.mk Sat May 29 19:23:23 2010 +0100
@@ -21,7 +21,7 @@
 
 uninstall: pre-uninstall
         rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
- rm -f ${DESTDIR}${PREFIX}/man1/${MANFILE}
+ rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILE}
 
 .c.o:
         @echo CC $*.c
diff -r 2807ee0b089c -r 31578905a059 yacc.mk
--- a/yacc.mk Sat May 29 14:33:38 2010 +0100
+++ b/yacc.mk Sat May 29 19:23:23 2010 +0100
@@ -24,7 +24,7 @@
 
 uninstall:
         rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
- rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
+ rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
 
 .c.o:
         @echo CC $*.c
Received on Sat May 29 2010 - 18:30:51 UTC

This archive was generated by hypermail 2.2.0 : Sat May 29 2010 - 18:36:04 UTC