blob: 7117fd528060ab585b9918e1132e4106739e7437 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.1.1.1 2002/10/24 18:57:05 hubertf Exp $
--- Makefile.orig Sat Sep 21 17:28:43 2002
+++ Makefile
@@ -1,5 +1,4 @@
# where to install this program
-PREFIX = /usr/local
DESTDIR = ${PREFIX}
# optimization cflags
@@ -21,3 +20,4 @@
install:
install -d $(DESTDIR)/bin
install $(INSTALL) hot-babe $(DESTDIR)/bin
+ install $(INSTALL) hot-babe.1 $(DESTDIR)/man/man1
|