git: 09bc2aa651f5 - main - devel/guile-lib: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:45:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=09bc2aa651f5408a97f4ea77b49b46907e2adfff commit 09bc2aa651f5408a97f4ea77b49b46907e2adfff Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:29:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:39:47 +0000 devel/guile-lib: Cosmetic change --- devel/guile-lib/Makefile | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/devel/guile-lib/Makefile b/devel/guile-lib/Makefile index 3172205d09e6..2a24be52991b 100644 --- a/devel/guile-lib/Makefile +++ b/devel/guile-lib/Makefile @@ -12,24 +12,17 @@ WWW= https://www.nongnu.org/guile-lib/ LICENSE= LGPL3 GPLv3 LICENSE_COMB= multi -USES= guile:2.2,3.0,flavors,build,run \ - gmake pkgconfig -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-guile-site +USES= gmake guile:2.2,3.0,flavors,build,run pkgconfig +CONFIGURE_ARGS+=--with-guile-site +GNU_CONFIGURE= yes +INFO_PATH= ${GUILE_INFO_PATH} TEST_TARGET= check INFO= guile-library -INFO_PATH= ${GUILE_INFO_PATH} - -# DO NOT try and add rules here to strip .go files, no matter how loudly -# testport / stage-qa shouts at you about it, because .go files (which are -# compiled bytecode) are not intended to be stripped and doing so causes -# breakage at run time. post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${GUILE_PKGCONFIG_DIR} - ${MV} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/*.pc \ - ${STAGEDIR}${PREFIX}/${GUILE_PKGCONFIG_DIR}/ + ${MV} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/guile-lib-1.0.pc ${STAGEDIR}${PREFIX}/${GUILE_PKGCONFIG_DIR}/ .include <bsd.port.mk>