svn commit: r420497 - head/sysutils/modules

Pawel Pekala pawel at FreeBSD.org
Fri Aug 19 22:41:32 UTC 2016


Author: pawel
Date: Fri Aug 19 22:41:30 2016
New Revision: 420497
URL: https://svnweb.freebsd.org/changeset/ports/420497

Log:
  configure script is generated by GNU autotools
  
  Reported by:	danfe

Modified:
  head/sysutils/modules/Makefile

Modified: head/sysutils/modules/Makefile
==============================================================================
--- head/sysutils/modules/Makefile	Fri Aug 19 22:29:39 2016	(r420496)
+++ head/sysutils/modules/Makefile	Fri Aug 19 22:41:30 2016	(r420497)
@@ -13,7 +13,7 @@ COMMENT=	Dynamic modification of a user 
 LICENSE=	GPLv2
 
 USES=		tcl
-HAS_CONFIGURE=	yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${LOCALBASE} \
 		--without-x \
 		--with-version-path=${LOCALBASE}/Modules/versions \


More information about the svn-ports-all mailing list