svn commit: r554829 - head/sysutils/env4801

Fernando Apesteguía fernape at FreeBSD.org
Tue Nov 10 11:33:15 UTC 2020


Author: fernape
Date: Tue Nov 10 11:33:14 2020
New Revision: 554829
URL: https://svnweb.freebsd.org/changeset/ports/554829

Log:
  sysutils/env4801: use MK_MAN
  
  PR:	250536
  Submitted by:	mops at punkt.de
  Approved by:	pmh at hausen.com (maintainer)

Modified:
  head/sysutils/env4801/Makefile

Modified: head/sysutils/env4801/Makefile
==============================================================================
--- head/sysutils/env4801/Makefile	Tue Nov 10 10:14:09 2020	(r554828)
+++ head/sysutils/env4801/Makefile	Tue Nov 10 11:33:14 2020	(r554829)
@@ -17,7 +17,7 @@ NO_WRKSUBDIR=		yes
 EXTRACT_CMD=		${CP}
 EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS=	${WRKSRC}
-MAKE_ARGS=		-DNOMAN
+MK_MAN=			no
 
 PLIST_FILES=		sbin/env4801 etc/rc.d/env4801.sh
 


More information about the svn-ports-all mailing list