diff options
author | petef <petef@FreeBSD.org> | 2003-05-16 10:41:43 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-16 10:41:43 +0800 |
commit | db076a30ca9dc82c287568a01b0818a172d3e3c9 (patch) | |
tree | 16eb8bc1ca85a2c1d72f3d4e5091248182421cf0 /net/net-http/Makefile | |
parent | f6164c87c068b416afc5fa356f75c38342102252 (diff) | |
download | freebsd-ports-gnome-db076a30ca9dc82c287568a01b0818a172d3e3c9.tar.gz freebsd-ports-gnome-db076a30ca9dc82c287568a01b0818a172d3e3c9.tar.zst freebsd-ports-gnome-db076a30ca9dc82c287568a01b0818a172d3e3c9.zip |
- fix pkg-plist (chase guile's version with a PLIST_SUB)
- portlint
PR: 52075
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'net/net-http/Makefile')
-rw-r--r-- | net/net-http/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net-http/Makefile b/net/net-http/Makefile index ac28281c6fdd..35bd177da7ad 100644 --- a/net/net-http/Makefile +++ b/net/net-http/Makefile @@ -9,7 +9,7 @@ PORTNAME= net-http PORTVERSION= 0.3.1 CATEGORIES= net -MASTER_SITES= http://evan.prodromou.san-francisco.ca.us/software/net-http/ +MASTER_SITES= http://evan.prodromou.san-francisco.ca.us/software/net-http/ MAINTAINER= ports@FreeBSD.org COMMENT= A library for doing HTTP client-side programming in Guile @@ -24,6 +24,7 @@ NO_BUILD= yes .include <bsd.port.pre.mk> GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER) +PLIST_SUB= GUILE_VER="${GUILE_VER}" do-install: ${CP} -R ${WRKSRC}/net/ ${LOCALBASE}/share/guile/${GUILE_VER}/net/ |