svn commit: r388634 - head/misc/terraform
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 5 19:20:05 UTC 2015
Author: amdmi3
Date: Fri Jun 5 19:20:04 2015
New Revision: 388634
URL: https://svnweb.freebsd.org/changeset/ports/388634
Log:
- Switch to USES=autoreconf
Modified:
head/misc/terraform/Makefile
Modified: head/misc/terraform/Makefile
==============================================================================
--- head/misc/terraform/Makefile Fri Jun 5 19:09:45 2015 (r388633)
+++ head/misc/terraform/Makefile Fri Jun 5 19:20:04 2015 (r388634)
@@ -19,10 +19,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= pathfix gettext gmake pkgconfig tar:tgz
+USES= autoreconf pathfix gettext gmake pkgconfig tar:tgz
USE_GCC= yes
USE_GNOME= libgnomeprintui libgnomeui
-USE_AUTOTOOLS= automake:env
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -32,10 +31,7 @@ OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s| desktop-links docs | |' \
- ${WRKSRC}/Makefile.in
-
-pre-configure:
- @${LN} -sf ${AUTOMAKE_DIR}/depcomp ${WRKSRC}
+ ${WRKSRC}/Makefile.am
post-install:
${INSTALL_DATA} ${WRKSRC}/desktop-links/Terraform.desktop \
More information about the svn-ports-all
mailing list