mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
dns/knot-resolver: clean up Makefile, pkg-plist
PR: 212215 Reported by: mat
This commit is contained in:
parent
23421e469d
commit
ca47d72e6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421348
2 changed files with 1 additions and 8 deletions
|
@ -30,7 +30,7 @@ MAKE_ARGS+= lmdb_CFLAGS=-I${LOCALBASE}/include lmdb_LIBS=-llmdb
|
||||||
|
|
||||||
USES= gmake libtool pkgconfig tar:xz
|
USES= gmake libtool pkgconfig tar:xz
|
||||||
USE_CSTD= c99
|
USE_CSTD= c99
|
||||||
USE_LDCONFIG= ${PREFIX}/lib
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOXYGEN MEMCACHED REDIS
|
OPTIONS_DEFINE= DOXYGEN MEMCACHED REDIS
|
||||||
OPTIONS_DEFAULT=
|
OPTIONS_DEFAULT=
|
||||||
|
@ -50,9 +50,6 @@ REDIS_PLIST_FILES= lib/kdns_modules/redis.so
|
||||||
|
|
||||||
USERS= kresd
|
USERS= kresd
|
||||||
GROUPS= kresd
|
GROUPS= kresd
|
||||||
SUB_LIST+= USERS="${USERS}" GROUPS="${GROUPS}"
|
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
|
||||||
|
|
||||||
PORTDOCS= AUTHORS COPYING CodingStyle README.md
|
PORTDOCS= AUTHORS COPYING CodingStyle README.md
|
||||||
|
|
||||||
|
|
|
@ -72,7 +72,3 @@ lib/libkres.so.1
|
||||||
libdata/pkgconfig/libkres.pc
|
libdata/pkgconfig/libkres.pc
|
||||||
man/man8/kresd.8.gz
|
man/man8/kresd.8.gz
|
||||||
sbin/kresd
|
sbin/kresd
|
||||||
@dir lib/kdns_modules/daf
|
|
||||||
@dir lib/kdns_modules/http
|
|
||||||
@dir lib/kdns_modules
|
|
||||||
@dir libdata/pkgconfig
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue