svn commit: r515088 - head/sysutils/tmpreaper
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Oct 21 07:22:11 UTC 2019
Author: ehaupt
Date: Mon Oct 21 07:22:10 2019
New Revision: 515088
URL: https://svnweb.freebsd.org/changeset/ports/515088
Log:
Tell portscout to ignore version checking. It picks up debian specific versions.
Modified:
head/sysutils/tmpreaper/Makefile
Modified: head/sysutils/tmpreaper/Makefile
==============================================================================
--- head/sysutils/tmpreaper/Makefile Mon Oct 21 07:19:00 2019 (r515087)
+++ head/sysutils/tmpreaper/Makefile Mon Oct 21 07:22:10 2019 (r515088)
@@ -22,6 +22,8 @@ OPTIONS_DEFINE= DOCS
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+PORTSCOUT= ignore
+
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list