7ddb2910c6
- Install PDF and HTML documentation. - Take over maintainership. Approved by: Silence from previous maintainer; no objections from -ports
20 lines
682 B
Text
20 lines
682 B
Text
--- Makefile.in.orig Thu Dec 10 01:11:07 1998
|
|
+++ Makefile.in Wed Jul 4 15:41:09 2001
|
|
@@ -34,7 +34,7 @@
|
|
# how to install the man pages;
|
|
# cp is generally fine, unless you preformat your pages.
|
|
#
|
|
-INSTMAN = cp
|
|
+INSTMAN = $(BSD_INSTALL_MAN)
|
|
MANSUFFIX = 1
|
|
|
|
# your compiler and compiler flags
|
|
@@ -142,7 +142,7 @@
|
|
# installs man pages in MANDIR/man1/ (if MANSUFFIX is 1)
|
|
install:
|
|
for file in $(PROGS) $(SQUIDPROGS) $(PVMPROGS); do\
|
|
- cp binaries/$$file $(BINDIR)/;\
|
|
+ $(BSD_INSTALL_PROGRAM) binaries/$$file $(BINDIR)/;\
|
|
done
|
|
for file in hmmer $(PROGS) $(SQUIDPROGS); do\
|
|
$(INSTMAN) Man/$$file.man $(MANDIR)/man$(MANSUFFIX)/$$file.$(MANSUFFIX);\
|