aboutsummaryrefslogtreecommitdiff
path: root/net/net-http/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-06 07:42:42 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-06 07:42:42 +0000
commit2bc86b3a647260908d1381cee02740a9aec67d37 (patch)
treef5d03b3175985a6414b8825cb7ffe603c69da756 /net/net-http/Makefile
parent85b47506be93cae8ad8380b725b5753c98d9abb3 (diff)
downloadports-2bc86b3a647260908d1381cee02740a9aec67d37.tar.gz
ports-2bc86b3a647260908d1381cee02740a9aec67d37.zip
Notes
Diffstat (limited to 'net/net-http/Makefile')
-rw-r--r--net/net-http/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/net-http/Makefile b/net/net-http/Makefile
index 42257b1fbb5a..d12f3aac3f82 100644
--- a/net/net-http/Makefile
+++ b/net/net-http/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= net-http
-PORTVERSION= 0.2
+PORTVERSION= 0.3.1
CATEGORIES= net
MASTER_SITES= http://evan.prodromou.san-francisco.ca.us/software/net-http/
@@ -21,7 +21,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
do-install:
- @${MKDIR} ${LOCALBASE}/share/guile/1.4/net
- ${INSTALL_DATA} ${WRKSRC}/net/http.scm ${LOCALBASE}/share/guile/1.4/net
+ ${CP} -R ${WRKSRC}/net ${LOCALBASE}/share/guile/1.4/net
.include <bsd.port.mk>