Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 21:04:47 +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: r523165 - head/security/stud
Message-ID:  <202001152104.00FL4lxA056328@repo.freebsd.org>

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

Log:
  Remove bad usage of MANDIRS
  
  What was intended in the begining is not needed anymore anyway,
  so let upstream Makefile install manpage in ${PREFIX}/share/man

Modified:
  head/security/stud/Makefile

Modified: head/security/stud/Makefile
==============================================================================
--- head/security/stud/Makefile	Wed Jan 15 21:02:25 2020	(r523164)
+++ head/security/stud/Makefile	Wed Jan 15 21:04:47 2020	(r523165)
@@ -18,11 +18,10 @@ USE_GITHUB=	yes
 
 GH_ACCOUNT=	wasted
 
-MAKE_ARGS=		MANDIR="${MANDIRS}"
 MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/stud \
-		man/man8/stud.8.gz
+		share/man/man8/stud.8.gz
 
 .include <bsd.port.pre.mk>
 



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