svn commit: r329175 - head/devel/lwp

Boris Samorodov bsam at FreeBSD.org
Thu Oct 3 12:55:00 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list