freebsd-ports/biology/hmmer/files/patch-Makefile.in
Johann Visagie 7ddb2910c6 - General clean-up of port.
- Install PDF and HTML documentation.
- Take over maintainership.

Approved by:	Silence from previous maintainer; no objections from -ports
2001-07-05 08:58:12 +00:00

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);\