svn commit: r527101 - head/security/fswatch

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Feb 25 20:15:13 UTC 2020


Author: 0mp
Date: Tue Feb 25 20:15:12 2020
New Revision: 527101
URL: https://svnweb.freebsd.org/changeset/ports/527101

Log:
  Fix portscout configuration

Modified:
  head/security/fswatch/Makefile

Modified: head/security/fswatch/Makefile
==============================================================================
--- head/security/fswatch/Makefile	Tue Feb 25 20:02:42 2020	(r527100)
+++ head/security/fswatch/Makefile	Tue Feb 25 20:15:12 2020	(r527101)
@@ -18,7 +18,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--enable-stflags
 GNU_CONFIGURE=	yes
 
-PORTSCOUT=	ignore:0.02.04beta
+PORTSCOUT=	skipv:0.02.04beta
 
 post-patch:
 	@${REINPLACE_CMD} '/INSTALL/ s|prefix)|DESTDIR)$$(&|' \


More information about the svn-ports-all mailing list