diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-06 03:20:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-06 03:20:04 +0800 |
commit | 605a997e6c62813bfc939401d32c53f12d7ef075 (patch) | |
tree | 89190c132f068380e173304b462d5c19dd75c868 /misc | |
parent | a991eddd1882d2317ba753c7ad28848571760eec (diff) | |
download | freebsd-ports-gnome-605a997e6c62813bfc939401d32c53f12d7ef075.tar.gz freebsd-ports-gnome-605a997e6c62813bfc939401d32c53f12d7ef075.tar.zst freebsd-ports-gnome-605a997e6c62813bfc939401d32c53f12d7ef075.zip |
- Switch to USES=autoreconf
Diffstat (limited to 'misc')
-rw-r--r-- | misc/terraform/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile index 0f7ca7dbe961..79d49a21da98 100644 --- a/misc/terraform/Makefile +++ b/misc/terraform/Makefile @@ -19,10 +19,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio 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 \ |