diff options
author | joerg <joerg@pkgsrc.org> | 2013-04-12 12:48:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-04-12 12:48:19 +0000 |
commit | 656dfe16086cb3622d84071bfd0ed68f29c20937 (patch) | |
tree | 82f2b748fc3f7fb6619a0022a8c344f918056b28 /misc | |
parent | 2fd31354128a203db838c733fcee8b763538707f (diff) | |
download | pkgsrc-656dfe16086cb3622d84071bfd0ed68f29c20937.tar.gz |
Run autogen.sh as configure script.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index ad41fccdb1a..b856b5a53e9 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2013/03/31 08:13:29 obache Exp $ +# $NetBSD: Makefile,v 1.27 2013/04/12 12:48:19 joerg Exp $ VER= 3.5.6.2 DISTNAME= libreoffice-${VER} @@ -155,8 +155,7 @@ post-extract: ${LN} -s ${DISTDIR}/${DIST_SUBDIR}/${md} ${WRKSRC}/src/${md} .endfor -do-configure: - cd ${WRKSRC} && ./autogen.sh ${CONFIGURE_ARGS} +CONFIGURE_SCRIPT= ./autogen.sh post-configure: cd ${WRKSRC} && ./bin/create_bootstrap_links |