svn commit: r389094 - in head/news/newscache: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 10 17:29:47 UTC 2015


Author: amdmi3
Date: Wed Jun 10 17:29:46 2015
New Revision: 389094
URL: https://svnweb.freebsd.org/changeset/ports/389094

Log:
  - Switch to USES=autoreconf

Deleted:
  head/news/newscache/files/patch-autogen
Modified:
  head/news/newscache/Makefile

Modified: head/news/newscache/Makefile
==============================================================================
--- head/news/newscache/Makefile	Wed Jun 10 17:29:19 2015	(r389093)
+++ head/news/newscache/Makefile	Wed Jun 10 17:29:46 2015	(r389094)
@@ -13,21 +13,18 @@ COMMENT=	NewsCache is a free cache serve
 
 LIB_DEPENDS=	libsocket++.so:${PORTSDIR}/net/libsocket++
 
-USE_AUTOTOOLS=	automake autoheader autoconf
-AUTOMAKE_ARGS=	--add-missing
+USES=		autoreconf
+GNU_CONFIGURE=	yes
 CPPFLAGS+=	${CFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc
 USE_RC_SUBR=	${PORTNAME}
 
-INFO=	NewsCache
+INFO=		NewsCache
 
 post-patch:
 	${REINPLACE_CMD} -e "s,-pedantic,," \
 		-e "s,^main,int main," \
 		${WRKSRC}/configure.in
 
-pre-configure:
-	(cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen)
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list