diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-03-28 11:48:03 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-03-28 11:51:07 +0000 |
commit | 8e42e5a3a218aa452695884729dca0dae44a1b6e (patch) | |
tree | 0f585479736087a3eaaf845a727d0126a7359d8b | |
parent | d40b29e89ca5f24ee345329ea2b2f4e1a5fa2cf1 (diff) | |
download | ports-8e42e5a3a218aa452695884729dca0dae44a1b6e.tar.gz ports-8e42e5a3a218aa452695884729dca0dae44a1b6e.zip |
devel/gnulib: Simplify build stage
PR: 277948
Suggested by: Tatsuki Makino <tatsuki_makino@hotmail.com>
-rw-r--r-- | devel/gnulib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gnulib/Makefile b/devel/gnulib/Makefile index 53470d51b60e..1967108ac2e9 100644 --- a/devel/gnulib/Makefile +++ b/devel/gnulib/Makefile @@ -20,6 +20,8 @@ CPE_VENDOR= gnu NO_ARCH= yes +BUILD_WRKSRC= ${WRKSRC}/doc +ALL_TARGET= info html PLIST_FILES= bin/check-module bin/gnulib-tool INFO= ${PORTNAME} PORTDOCS= gnulib.html @@ -32,9 +34,6 @@ post-patch: -e 's: makeinfo$$: ${LOCALBASE}/bin/makeinfo:' \ ${WRKSRC}/doc/Makefile -do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C doc info html - do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${PREFIX}/${INFO_PATH} .for p in check-module gnulib-tool |