Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 12:55:00 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329175 - head/devel/lwp
Message-ID:  <201310031255.r93Ct0Bm063270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Thu Oct  3 12:55:00 2013
New Revision: 329175
URL: http://svnweb.freebsd.org/changeset/ports/329175

Log:
  . support staging;
  . remove the indefinite article from COMMENT;
  . USE_GMAKE=yes -> USES=gmake;
  . use USES=pathfix instead post-extract target.

Modified:
  head/devel/lwp/Makefile

Modified: head/devel/lwp/Makefile
==============================================================================
--- head/devel/lwp/Makefile	Thu Oct  3 12:54:10 2013	(r329174)
+++ head/devel/lwp/Makefile	Thu Oct  3 12:55:00 2013	(r329175)
@@ -10,16 +10,10 @@ MASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/
 		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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310031255.r93Ct0Bm063270>