svn commit: r517634 - head/sysutils/tmpreaper

Emanuel Haupt ehaupt at FreeBSD.org
Fri Nov 15 07:56:38 UTC 2019


Author: ehaupt
Date: Fri Nov 15 07:56:37 2019
New Revision: 517634
URL: https://svnweb.freebsd.org/changeset/ports/517634

Log:
  Set ignore to 1 in order to make this work.

Modified:
  head/sysutils/tmpreaper/Makefile

Modified: head/sysutils/tmpreaper/Makefile
==============================================================================
--- head/sysutils/tmpreaper/Makefile	Fri Nov 15 07:56:22 2019	(r517633)
+++ head/sysutils/tmpreaper/Makefile	Fri Nov 15 07:56:37 2019	(r517634)
@@ -22,7 +22,7 @@ OPTIONS_DEFINE=	DOCS
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-PORTSCOUT=	ignore
+PORTSCOUT=	ignore:1
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list