svn commit: r512385 - head/ftp/frox

Tobias Kortkamp tobik at FreeBSD.org
Fri Sep 20 04:21:38 UTC 2019


Author: tobik
Date: Fri Sep 20 04:21:37 2019
New Revision: 512385
URL: https://svnweb.freebsd.org/changeset/ports/512385

Log:
  ftp/frox: Spell ROOT_RUN_CONFIGURE_ENABLE correctly
  
  Broken in r341092 during conversion to options helpers.

Modified:
  head/ftp/frox/Makefile

Modified: head/ftp/frox/Makefile
==============================================================================
--- head/ftp/frox/Makefile	Fri Sep 20 04:20:45 2019	(r512384)
+++ head/ftp/frox/Makefile	Fri Sep 20 04:21:37 2019	(r512385)
@@ -3,7 +3,7 @@
 
 PORTNAME=	frox
 PORTVERSION=	0.7.18
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	ftp
 MASTER_SITES=	http://www.hollo.org/frox/download/ \
 		http://frox.sourceforge.net/download/ \
@@ -50,7 +50,7 @@ VIRUS_SCAN_CONFIGURE_ENABLE=	virus-scan
 HTTP_CACHE_CONFIGURE_ENABLE=	http-cache
 LOCAL_CACHE_CONFIGURE_ENABLE=	local-cache
 CCP_CONFIGURE_ENABLE=		ccp
-ROOT_RUN_CONFIGURE_ARGS=	run-as-root
+ROOT_RUN_CONFIGURE_ENABLE=	run-as-root
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/frox ${STAGEDIR}${PREFIX}/sbin


More information about the svn-ports-all mailing list