summaryrefslogtreecommitdiff
path: root/lang/librep/patches/patch-aa
blob: f4b802ef35972bb000100e580de1e37f1fa74a50 (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
$NetBSD: patch-aa,v 1.12 2010/11/22 20:10:35 shattered Exp $

--- man/Makefile.in.orig	2010-01-08 18:30:43.000000000 +0000
+++ man/Makefile.in
@@ -51,17 +51,17 @@ install : librep.info installdirs
 	-install-info --info-dir=$(DESTDIR)$(infodir) librep.info
 	for f in rep*.1; do \
 		gzip $$f -c > $$f.gz; \
-		$(INSTALL_DATA) $$f.gz $(DESTDIR)$(prefix)/share/man/man1/; \
+		$(INSTALL_DATA) $$f.gz $(DESTDIR)$(prefix)/man/man1/; \
 	done
 
 installdirs : mkinstalldirs
 	$(SHELL) $< $(DESTDIR)$(infodir)
-	$(SHELL) $< $(DESTDIR)$(prefix)/share/man/man1/
+	$(SHELL) $< $(DESTDIR)$(prefix)/man/man1/
 
 uninstall :
 	rm -f $(DESTDIR)$(infodir)/librep.info*
 	-install-info --remove --info-dir=$(DESTDIR)$(infodir) librep.info
-	rm -f $(DESTDIR)$(prefix)/share/man/man1/rep*
+	rm -f $(DESTDIR)$(prefix)/man/man1/rep*
 
 clean :
 	rm -f *~ librep.info* librep.?? librep.??? rep*.1.gz