svn commit: r523165 - head/security/stud

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 21:04:47 UTC 2020


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>
 


More information about the svn-ports-all mailing list