Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 21:22:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523176 - head/mail/dma
Message-ID:  <202001152122.00FLMOHi069676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan 15 21:22:23 2020
New Revision: 523176
URL: https://svnweb.freebsd.org/changeset/ports/523176

Log:
  Fix bad usage of MANDIRS

Modified:
  head/mail/dma/Makefile
  head/mail/dma/pkg-plist

Modified: head/mail/dma/Makefile
==============================================================================
--- head/mail/dma/Makefile	Wed Jan 15 21:18:14 2020	(r523175)
+++ head/mail/dma/Makefile	Wed Jan 15 21:22:23 2020	(r523176)
@@ -26,7 +26,7 @@ CFLAGS+=	-I${OPENSSLINC} \
 LDFLAGS+=	-L${OPENSSLLIB}
 
 MAKE_ENV=	__MAKE_CONF=/dev/null SRCCONF=/dev/null NO_WERROR=defined \
-		MANDIR=${MANDIRS}/man
+		MANDIR=${PREFIX}/share/man/man
 
 USE_RC_SUBR=	dma_flushq
 SUB_FILES=	pkg-message

Modified: head/mail/dma/pkg-plist
==============================================================================
--- head/mail/dma/pkg-plist	Wed Jan 15 21:18:14 2020	(r523175)
+++ head/mail/dma/pkg-plist	Wed Jan 15 21:22:23 2020	(r523176)
@@ -2,5 +2,5 @@
 @(root,mail,4554) libexec/dma-mbox-create
 @sample(root,mail,0644) etc/dma/dma.conf.sample
 @sample(root,mail,0640) etc/dma/auth.conf.sample
-man/man8/dma.8.gz
+share/man/man8/dma.8.gz
 %%VARDIR%%@dir(root,mail,770) /var/spool/dma



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001152122.00FLMOHi069676>