27 lines
794 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile,v 1.1.1.1 2012/02/28 05:56:11 ajacoutot Exp $
--- Makefile.orig Fri Feb 17 14:12:34 2012
+++ Makefile Fri Feb 17 14:35:04 2012
@@ -6,8 +6,9 @@ BINDIR=${PREFIX}/bin
SUBDIR= lib
PROG=spectrwm
-#MAN=spectrwm_pt.1 spectrwm_ru.1
-MAN=spectrwm.1 spectrwm_es.1 spectrwm_it.1
+## I need to fix errors in man pages {es, it} upstream
+#MAN=spectrwm_pt.1 spectrwm_ru.1 spectrwm_es.1 spectrwm_it.1
+MAN=spectrwm.1
CFLAGS+=-std=c89 -Wall -Wno-uninitialized -ggdb3
# Uncomment define below to disallow user settable clock format string
@@ -26,8 +27,8 @@ MANDIR= ${PREFIX}/man/man
obj: _xenocara_obj
-beforeinstall:
- ln -sf ${BINDIR}/${PROG} ${BINDIR}/scrotwm
+#beforeinstall:
+# ln -sf ${BINDIR}/${PROG} ${BINDIR}/scrotwm
# clang targets
.if ${.TARGETS:M*analyze*}