mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
lang/myrddin: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
5eba91cd4c
commit
f9407ba419
3 changed files with 21 additions and 5 deletions
lang/myrddin
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= myrddin
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://myrlang.org/releases/
|
||||
|
||||
|
|
16
lang/myrddin/files/patch-configure
Normal file
16
lang/myrddin/files/patch-configure
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- configure.orig 2024-02-24 15:54:53 UTC
|
||||
+++ configure
|
||||
@@ -71,11 +71,11 @@ case $OS in
|
||||
;;
|
||||
*FreeBSD*)
|
||||
echo 'export SYS=freebsd' >> config.mk
|
||||
- echo export INST_MAN=$prefix/man/man >> config.mk
|
||||
+ echo export INST_MAN=$prefix/share/man/man >> config.mk
|
||||
echo 'const Sys = "FreeBSD"' >> mbld/config.myr
|
||||
echo 'const Linkcmd = ["ld", "--gc-sections"]' >> mbld/config.myr
|
||||
echo 'const Dlflags : byte[:][:] = [][:]' >> mbld/config.myr
|
||||
- echo "const Manpath = \"man/man\"" >> mbld/config.myr
|
||||
+ echo "const Manpath = \"share/man/man\"" >> mbld/config.myr
|
||||
;;
|
||||
*NetBSD*)
|
||||
echo 'export SYS=netbsd' >> config.mk
|
|
@ -42,10 +42,10 @@ lib/myr/libthread.a
|
|||
lib/myr/libthread.use
|
||||
lib/myr/libthrtestutil.a
|
||||
lib/myr/libthrtestutil.use
|
||||
man/man1/6m.1.gz
|
||||
man/man1/mbld.1.gz
|
||||
man/man1/muse.1.gz
|
||||
man/man3/myr-regex.3.gz
|
||||
share/man/man1/6m.1.gz
|
||||
share/man/man1/mbld.1.gz
|
||||
share/man/man1/muse.1.gz
|
||||
share/man/man3/myr-regex.3.gz
|
||||
%%VIM%%share/vim/vimfiles/ftdetect/mbld.vim
|
||||
%%VIM%%share/vim/vimfiles/ftdetect/myr.vim
|
||||
%%VIM%%share/vim/vimfiles/indent/mbld.vim
|
||||
|
|
Loading…
Add table
Reference in a new issue