diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-03 22:38:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-03 22:38:40 +0000 |
commit | 28ad40fcd2df89dac066ed1d1d4a3ffd54274689 (patch) | |
tree | 3f3e98fd74fd81014e6884e2117e8fb6c59c8db3 /net/net-http | |
parent | eef403e5692789fc63b8df79b7a2f5ebe4cc0d38 (diff) |
Notes
Diffstat (limited to 'net/net-http')
-rw-r--r-- | net/net-http/Makefile | 8 |
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> |