diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2021-09-27 06:29:21 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2021-09-27 06:37:18 +0000 |
commit | d25dee7a6fd08144ec6e382fb4e1acb7ff8075a7 (patch) | |
tree | 4bba3124e8f963621faaa7c321787655be9cfdcb /www/mohawk/files/patch-man5__Makefile | |
parent | f574ecc29426e60b7d384edd90ea1297ae263f1e (diff) | |
download | ports-d25dee7a6fd08144ec6e382fb4e1acb7ff8075a7.tar.gz ports-d25dee7a6fd08144ec6e382fb4e1acb7ff8075a7.zip |
www/mohawk: Various port fixes
PR: 258735
Reported by: diizzy
Approved by: Freddy Dissaux <dsx@bsdsx.fr> (maintainer)
Diffstat (limited to 'www/mohawk/files/patch-man5__Makefile')
-rw-r--r-- | www/mohawk/files/patch-man5__Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/mohawk/files/patch-man5__Makefile b/www/mohawk/files/patch-man5__Makefile index 0da51ff81de4..3dac07424ee4 100644 --- a/www/mohawk/files/patch-man5__Makefile +++ b/www/mohawk/files/patch-man5__Makefile @@ -1,7 +1,8 @@ ---- ./man5/Makefile.orig 2012-05-28 13:26:48.000000000 +0200 -+++ ./man5/Makefile 2012-05-28 13:27:02.000000000 +0200 -@@ -1,3 +1,4 @@ -+SHAREDIR= ${PREFIX} +--- man5/Makefile.orig 2021-09-25 06:45:21 UTC ++++ man5/Makefile +@@ -1,4 +1,5 @@ MAN= mohawk.conf.5 ++SHAREDIR= ${PREFIX} + NO_OBJ= .include <bsd.prog.mk> |