blob: 340a2cb6729e317fc17ab5e19cb0d88bbcfac2dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-aa,v 1.2 2007/02/06 17:08:19 joerg Exp $
--- Makefile.in.orig 2007-01-28 18:22:32.000000000 +0000
+++ Makefile.in
@@ -128,9 +128,6 @@ install:bl
@-if [ "" != "$(USE_SETGID)" ] ; then \
echo "You use GID=$(GROUP_GID) protection" ; \
fi
- @echo "Type <Return> to continue installation"
- @echo "Type NO to stop installation"
- @read LINE && test "" = "$$LINE"
#
# Remove old score file
#
@@ -173,14 +170,8 @@ install:bl
#
# Install manual pages
#
- -if [ -d $(MANPATH)/mann ] ; \
- then \
- $(CP) xbl.man $(MANPATH)/mann/xbl.n ;\
- chmod 444 $(MANPATH)/mann/xbl.n ; \
- else \
- $(CP) xbl.man $(MANPATH)/man1/xbl.1 ;\
- chmod 444 $(MANPATH)/man1/xbl.1 ; \
- fi
+ ${BSD_INSTALL_MAN_DIR} ${MANPATH}/man1
+ ${BSD_INSTALL_MAN} xbl.man $(MANPATH)/man1/xbl.1
cp *.gif *.html $(SCOREDIR)
#
-ls -lsa $(SCOREDIR) $(BINDIR)/xbl $(MANPATH)/man[1n]/xbl.[1n]
|