Introduction
Introduction Statistics Contact Development Disclaimer Help
applied dibbs patch, slightly modified though - 9base - revived minimalist port…
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
commit 44ec7df86c30fdb6b7ccba018b0bc5a05551ca18
parent 9765fabf4d48cc6af2f8870fae4dde5c975ac86c
Author: Anselm R Garbe <[email protected]>
Date: Sat, 29 May 2010 19:23:23 +0100
applied dibbs patch, slightly modified though
Diffstat:
M Makefile | 1 +
M diff/Makefile | 2 +-
M rc/Makefile | 2 +-
M sam/Makefile | 2 +-
M std.mk | 2 +-
M yacc.mk | 2 +-
6 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -36,6 +36,7 @@ SUBDIRS = lib9\
primes\
rc\
read\
+ sam\
sha1sum\
sed\
seq\
diff --git a/diff/Makefile b/diff/Makefile
@@ -21,7 +21,7 @@ install: ${TARG}
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 --git a/rc/Makefile b/rc/Makefile
@@ -38,7 +38,7 @@ install: ${TARG}
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 --git a/sam/Makefile b/sam/Makefile
@@ -23,7 +23,7 @@ install: ${TARG}
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 --git a/std.mk b/std.mk
@@ -21,7 +21,7 @@ install-default: ${TARG}
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 --git a/yacc.mk b/yacc.mk
@@ -24,7 +24,7 @@ install: ${TARG}
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
- rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
+ rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
.c.o:
@echo CC $*.c
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.