aboutsummaryrefslogtreecommitdiff
path: root/net/openmdns
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-20 02:01:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-20 02:01:42 +0000
commitacae7ed8a23a74fd368552ecaafcd0d75f1c6b88 (patch)
tree5d8aa8f2d76a8e600582d17f58038ba0c3ffd872 /net/openmdns
parent1d7df735d7518b8c6d4db15ad2b0a5e1e2edabfe (diff)
downloadports-acae7ed8a23a74fd368552ecaafcd0d75f1c6b88.tar.gz
ports-acae7ed8a23a74fd368552ecaafcd0d75f1c6b88.zip
Simplify port-specific manpages location after r523104
Not all of my ports are covered because: - USES=cmake requires patching devel/cmake to undo BSD-specific defaults (A good example why BSD quirks should stay in ports, not to be upstreamed) - USES=meson and GNU_CONFIGURE require dropping --mandir argument - ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man
Notes
Notes: svn path=/head/; revision=523601
Diffstat (limited to 'net/openmdns')
-rw-r--r--net/openmdns/Makefile6
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