svn commit: r523166 - head/security/fprintd
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jan 15 21:06:58 UTC 2020
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
More information about the svn-ports-head
mailing list