openbsd-ports/sysutils/upsd/patches/patch-Makefile
kevlo 5832314d0d - don't use hardcoded to /etc; pointed out by naddy@
- use ${PREFIX}/share/examples/upsd for examples,
  not ${PREFIX}/lib/upsd
- use {INSTALL,DEINSTALL} for notification messages for config files
2002-08-05 02:25:28 +00:00

14 lines
291 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1 2002/08/05 02:25:30 kevlo Exp $
--- Makefile.orig Fri Aug 2 21:44:24 1996
+++ Makefile Mon Aug 5 10:01:35 2002
@@ -8,8 +8,7 @@
PROG= upsd
-BINDIR= /usr/local/sbin
-MANDIR= /usr/local/share/man
+BINDIR= ${PREFIX}/sbin
NOMAN= noway
#DEBUG= -g -DDEBUG