diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-24 20:49:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-24 20:49:34 +0000 |
commit | dfd4a6d526d47b10c07449bd7c58b70acf01fcb7 (patch) | |
tree | 4d50007b02ba25de097c3697654f0c6be15758d8 /www/mohawk/files | |
parent | 90ce7c74a21becbfb2d5846bd83c70fc53281436 (diff) | |
download | ports-dfd4a6d526d47b10c07449bd7c58b70acf01fcb7.tar.gz ports-dfd4a6d526d47b10c07449bd7c58b70acf01fcb7.zip |
- update to 2.0
- pass maintainership to submitter
- changes:
* switch from kqueue to libevent2 to improve portability
Notes
Notes:
svn path=/head/; revision=299907
Diffstat (limited to 'www/mohawk/files')
-rw-r--r-- | www/mohawk/files/patch-man5__Makefile | 7 | ||||
-rw-r--r-- | www/mohawk/files/patch-man8__Makefile | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/www/mohawk/files/patch-man5__Makefile b/www/mohawk/files/patch-man5__Makefile new file mode 100644 index 000000000000..0da51ff81de4 --- /dev/null +++ b/www/mohawk/files/patch-man5__Makefile @@ -0,0 +1,7 @@ +--- ./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} + MAN= mohawk.conf.5 + + .include <bsd.prog.mk> diff --git a/www/mohawk/files/patch-man8__Makefile b/www/mohawk/files/patch-man8__Makefile new file mode 100644 index 000000000000..e6363babda12 --- /dev/null +++ b/www/mohawk/files/patch-man8__Makefile @@ -0,0 +1,7 @@ +--- ./man8/Makefile.orig 2012-05-28 13:27:10.000000000 +0200 ++++ ./man8/Makefile 2012-05-28 13:27:22.000000000 +0200 +@@ -1,3 +1,4 @@ ++SHAREDIR= ${PREFIX} + MAN8= mhtpasswd.8 mohawk.8 + + .include <bsd.prog.mk> |