Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 03:42:12 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502674 - head/irc/gseen.mod
Message-ID:  <201905260342.x4Q3gC46005510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun May 26 03:42:12 2019
New Revision: 502674
URL: https://svnweb.freebsd.org/changeset/ports/502674

Log:
  irc/gseen.mod: Spell GNU_CONFIGURE correctly
  
  Since it now does something, stop calling configure directly in the
  port.  GNU_CONGFIGURE was added in r146680.

Modified:
  head/irc/gseen.mod/Makefile

Modified: head/irc/gseen.mod/Makefile
==============================================================================
--- head/irc/gseen.mod/Makefile	Sun May 26 03:36:49 2019	(r502673)
+++ head/irc/gseen.mod/Makefile	Sun May 26 03:42:12 2019	(r502674)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gseen.mod
 PORTVERSION=	1.1.1.p3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	irc
 MASTER_SITES=	http://www.kreativrauschen.de/gseen.mod/
 DISTNAME=	${PORTNAME}.${PORTVERSION:S/p/dev/}
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	eggdrop:irc/eggdrop
 RUN_DEPENDS=	eggdrop:irc/eggdrop
 
 USES=		tcl:85+
-GNU_CONGFIGURE=	yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \
 		--with-tclinc=${TCL_INCLUDEDIR}/tcl.h
 WRKSRC=		${WRKDIR}/eggdrop
@@ -39,10 +39,9 @@ post-extract:
 		-e 's|"-O2"|"${CFLAGS}"|' \
 		${WRKSRC}/configure
 
-pre-build:
+pre-configure:
 	@${ECHO_CMD} gseen.mod >> ${WRKSRC}/.modules
 	@${ECHO_CMD} gseen.mod >> ${WRKSRC}/.known_modules
-	@cd ${WRKSRC} && ./configure ${CONFIGURE_ARGS}
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${LOCALBASE}/lib/eggdrop \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905260342.x4Q3gC46005510>