aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:29:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:39:47 +0000
commit09bc2aa651f5408a97f4ea77b49b46907e2adfff (patch)
tree88ebf4c7a7722561ad0b84ce3b4a929c128e80fb
parent1c2c0b5b6d16ba04b273ea5466ee9b515d7d8f4f (diff)
downloadports-09bc2aa651f5408a97f4ea77b49b46907e2adfff.tar.gz
ports-09bc2aa651f5408a97f4ea77b49b46907e2adfff.zip
devel/guile-lib: Cosmetic change
-rw-r--r--devel/guile-lib/Makefile17
1 files 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>