From 5a4544daa69f3e72174b113854ba3034f0021b31 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Wed, 15 Feb 2012 17:26:29 -0600 Subject: [PATCH] ln spectrwm to scrotwm for now --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 048eb32..ab884cf 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ MANDIR= ${PREFIX}/man/man obj: _xenocara_obj +beforeinstall: + ln -sf ${BINDIR}/${PROG} ${BINDIR}/scrotwm + # clang targets .if ${.TARGETS:M*analyze*} CC=clang -- 1.7.10.4