ajacoutot 7c48ccfad3 Import spectrwm-1.0.0.
(previously under x11/scrotwm; this is an update to 1.0.0 and renaming)

from Gonzalo L. R. (maintainer)
2012-02-28 05:56:11 +00:00

27 lines
794 B
Plaintext

$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*}