diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-01-20 02:01:42 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-01-20 02:01:42 +0000 |
commit | acae7ed8a23a74fd368552ecaafcd0d75f1c6b88 (patch) | |
tree | 5d8aa8f2d76a8e600582d17f58038ba0c3ffd872 /net/openmdns/Makefile | |
parent | 1d7df735d7518b8c6d4db15ad2b0a5e1e2edabfe (diff) | |
download | ports-acae7ed8a23a74fd368552ecaafcd0d75f1c6b88.tar.gz ports-acae7ed8a23a74fd368552ecaafcd0d75f1c6b88.zip |
Notes
Diffstat (limited to 'net/openmdns/Makefile')
-rw-r--r-- | net/openmdns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openmdns/Makefile b/net/openmdns/Makefile index e5c8deb3f076..66187a86bd70 100644 --- a/net/openmdns/Makefile +++ b/net/openmdns/Makefile @@ -20,15 +20,15 @@ USES= localbase uidfix USE_RC_SUBR= mdnsd MAKE_ENV= LDADD="${LIBS}" MAKE_ARGS= BINDIR="${PREFIX}/sbin" \ - MANDIR="${PREFIX}/man/man" + MANDIR="${PREFIX}/share/man/man" CFLAGS+= -D__dead=__dead2 LDFLAGS+= -Wl,--as-needed # -lutil LIBS+= -lopenbsd SUB_LIST= COMMENT="${COMMENT}" PLIST_FILES= sbin/mdnsctl \ sbin/mdnsd \ - man/man8/mdnsctl.8.gz \ - man/man8/mdnsd.8.gz + share/man/man8/mdnsctl.8.gz \ + share/man/man8/mdnsd.8.gz PORTDOCS= * USERS= _mdnsd |