freebsd-ports/databases/redis6/files
Yasuhiro Kimura da202ea080 databases/redis{6,62}: Fix problem that pkg-message is misleading
When installing package of databases/redis62, following pkg-message is
displayed.

          To setup "redis62" you need to edit the configuration file:
          /usr/local/etc/redis62.conf

          To run redis from startup, add redis62_enable="YES"
          in your /etc/rc.conf.

But path of configuration file is /usr/local/etc/redis.conf and what
should really be added to /etc/rc.conf is redis_enable="YES". Same
problem also happens when installing databases/redis6

The source of the problem is that the value of ${PORTNAME} is used to
create pkg-message from file/pkg-message.in. So fix it by changing the
value of ${PORTNAME} to "redis" and set PKGNAMESUFFIX in Makefile of
each port.

While I'm here,

* Pet portlint and portclippy
* Tidy up Makefile with portfmt.

PR:		265623
Reported by:	FiLiS
MFH:		2022Q3
2022-08-07 14:30:30 +09:00
..
extra-patch-deps_lua_src_lua__cjson.c
extra-patch-src-Makefile.lua
extra-patch-src-Makefile.luajit
extra-patch-src-Makefile.luajit-or
patch-deps-hiredis-Makefile
patch-deps-hiredis-net.c
patch-deps-linenoise-Makefile
patch-deps-Makefile
patch-deps_lua_src_lua__cjson.c
patch-deps_Makefile
patch-redis.conf
patch-src-Makefile
patch-src-mkreleasehdr.sh
pkg-message.in
redis.in
sentinel.in