Skip to content

Commit

Permalink
science/mpqc: Move manpages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
arrowd committed Mar 25, 2024
1 parent e6a69b4 commit 020b19c
Show file tree
Hide file tree
Showing 3 changed files with 660 additions and 649 deletions.
2 changes: 1 addition & 1 deletion science/mpqc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mpqc
PORTVERSION= 2.3.1
PORTREVISION= 50
PORTREVISION= 51
CATEGORIES= science parallel
MASTER_SITES= SF

Expand Down
11 changes: 11 additions & 0 deletions science/mpqc/files/patch-doc_Makefile
@@ -0,0 +1,11 @@
--- doc/Makefile.orig 2005-09-06 04:45:43 UTC
+++ doc/Makefile
@@ -74,7 +74,7 @@ install_man:
.PHONY: install_man
install_man:
$(INSTALL) $(INSTALLDIROPT) $(installroot)$(prefix)
- /bin/cp -r man $(installroot)$(prefix)
+ /bin/cp -r man $(installroot)$(prefix)/share

.PHONY: install_samples
install_samples:

0 comments on commit 020b19c

Please sign in to comment.