summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-03 22:38:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-03 22:38:40 +0000
commit28ad40fcd2df89dac066ed1d1d4a3ffd54274689 (patch)
tree3f3e98fd74fd81014e6884e2117e8fb6c59c8db3 /net
parentlinux_base needs to be in EXTRACT_DEPENDS, otherwise ports doesn't (diff)
Borrow from lang/gnustep-guile to set the guile version correctly for
installation. Reported by: bento
Notes
Notes: svn path=/head/; revision=80085
Diffstat (limited to 'net')
-rw-r--r--net/net-http/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/net-http/Makefile b/net/net-http/Makefile
index c7565e497142..ac28281c6fdd 100644
--- a/net/net-http/Makefile
+++ b/net/net-http/Makefile
@@ -21,7 +21,11 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
+.include <bsd.port.pre.mk>
+
+GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER)
+
do-install:
- ${CP} -R ${WRKSRC}/net/ ${LOCALBASE}/share/guile/1.4.1/net/
+ ${CP} -R ${WRKSRC}/net/ ${LOCALBASE}/share/guile/${GUILE_VER}/net/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>