lang/myrddin: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 16:55:39 +01:00
parent 5eba91cd4c
commit f9407ba419
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
3 changed files with 21 additions and 5 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= myrddin
PORTVERSION= 0.3.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://myrlang.org/releases/

View 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

View File

@ -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