diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-02 14:34:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-02 14:34:29 +0000 |
commit | b39095cedbce5aa16b893bbeb51f7402ab9241d5 (patch) | |
tree | 93076953cc32883497075e55b99dd4519bdc069a /net/net-http | |
parent | 93472d5f97134d09e4e23576a98a60f291622ccb (diff) |
Please bmake(1) as well as make(1)
Notes
Notes:
svn path=/head/; revision=317123
Diffstat (limited to 'net/net-http')
-rw-r--r-- | net/net-http/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/net/net-http/Makefile b/net/net-http/Makefile index e44e402a62ab..8be451cdd013 100644 --- a/net/net-http/Makefile +++ b/net/net-http/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: net-http -# Date created: May 15, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= net-http PORTVERSION= 0.3.1 @@ -22,12 +17,12 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER) +GUILE_VER!= ${MAKE} -C ${PORTSDIR}/lang/guile -V GUILE_VER PLIST_SUB= GUILE_VER="${GUILE_VER}" do-install: ${CP} -R ${WRKSRC}/net/ ${LOCALBASE}/share/guile/${GUILE_VER}/net/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |