From a6189a78e3a7b03129d055abec60a91db52ba03e Mon Sep 17 00:00:00 2001 From: bsam Date: Thu, 3 Oct 2013 12:55:00 +0000 Subject: . support staging; . remove the indefinite article from COMMENT; . USE_GMAKE=yes -> USES=gmake; . use USES=pathfix instead post-extract target. --- devel/lwp/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'devel') diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 04f93d4b7f24..e8aef0d15451 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -10,16 +10,10 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \ ftp://ftp.nctu.edu.tw/mirror/Coda/src/ MAINTAINER= ports@FreeBSD.org -COMMENT= A userspace thread library +COMMENT= Userspace thread library -USE_GMAKE= yes +USES= gmake pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes -post-extract: - @${REINPLACE_CMD} -e \ - 's#(libdir)#{prefix}/libdata#g' \ - ${WRKSRC}/Makefile.in - .include -- cgit