svn commit: r323573 - head/devel/rapidsvn

Matthias Andree mandree at FreeBSD.org
Wed Jul 24 07:07:18 UTC 2013


Author: mandree
Date: Wed Jul 24 07:07:18 2013
New Revision: 323573
URL: http://svnweb.freebsd.org/changeset/ports/323573

Log:
  Really fix autotools abuse. The pre-configure: lacked the --install option,
  but adding aclocal to USE_AUTOTOOLS obviates the need for autoreconf altogether.

Modified:
  head/devel/rapidsvn/Makefile

Modified: head/devel/rapidsvn/Makefile
==============================================================================
--- head/devel/rapidsvn/Makefile	Wed Jul 24 07:06:36 2013	(r323572)
+++ head/devel/rapidsvn/Makefile	Wed Jul 24 07:07:18 2013	(r323573)
@@ -1,15 +1,9 @@
-# New ports collection makefile for:	rapidsvn
-# Date created:		Jan 1, 2005
-# Whom:			kuriyama at FreeBSD.org
-#
 # $FreeBSD$
-#
 
 PORTNAME=	rapidsvn
 PORTVERSION=	0.12.1
 CATEGORIES=	devel
-MASTER_SITES=	http://www.rapidsvn.org/download/release/0.12.1/
-DISTNAME=	${PORTNAME}-0.12.1
+MASTER_SITES=	http://www.rapidsvn.org/download/release/${PORTVERSION}/
 
 MAINTAINER=	robert.ayrapetyan at gmail.com
 COMMENT=	Cross-platform GUI front-end for the Subversion revision system
@@ -23,7 +17,7 @@ WX_CONF_ARGS=	absolute
 
 GNU_CONFIGURE=	yes
 USES=		gettext
-USE_AUTOTOOLS=	autoconf libtool automake
+USE_AUTOTOOLS=	autoconf libtool automake aclocal
 AUTOMAKE_ARGS=	--add-missing
 CONFIGURE_TARGET=
 CONFIGURE_ARGS=	--with-apr-config=apr-1-config \
@@ -40,9 +34,6 @@ USE_LDCONFIG=	yes
 MAN1=		rapidsvn.1
 AUTOTOOLSFILES=	aclocal.m4
 
-pre-configure:
-	@cd ${WRKSRC} && ${AUTORECONF}
-
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/manpage/rapidsvn.1 ${MAN1PREFIX}/man/man1/
 


More information about the svn-ports-all mailing list