Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 21:06:57 +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: r523166 - head/security/fprintd
Message-ID:  <202001152106.00FL6vaB056629@repo.freebsd.org>

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

Log:
  Remove bad usage of MANDIRS
  
  The original intent is not needed anymore anyway

Modified:
  head/security/fprintd/Makefile
  head/security/fprintd/pkg-plist

Modified: head/security/fprintd/Makefile
==============================================================================
--- head/security/fprintd/Makefile	Wed Jan 15 21:04:47 2020	(r523165)
+++ head/security/fprintd/Makefile	Wed Jan 15 21:06:57 2020	(r523166)
@@ -25,7 +25,7 @@ GH_PROJECT=	libfprint-${PORTNAME}
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-MAKE_ARGS=	sysconfdir="${ETCDIR}/" mandir="${MANDIRS}"
+MAKE_ARGS=	sysconfdir="${ETCDIR}/"
 
 OPTIONS_DEFINE=	NLS PAM
 OPTIONS_SUB=	yes

Modified: head/security/fprintd/pkg-plist
==============================================================================
--- head/security/fprintd/pkg-plist	Wed Jan 15 21:04:47 2020	(r523165)
+++ head/security/fprintd/pkg-plist	Wed Jan 15 21:06:57 2020	(r523166)
@@ -81,5 +81,5 @@ share/dbus-1/system-services/net.reactivated.Fprint.se
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/fprintd.mo
 %%NLS%%share/locale/zh_HK/LC_MESSAGES/fprintd.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/fprintd.mo
-man/man1/fprintd.1.gz
+share/man/man1/fprintd.1.gz
 share/polkit-1/actions/net.reactivated.fprint.device.policy



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