Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 13:46:05 +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: r329190 - head/devel/rpc2
Message-ID:  <201310031346.r93Dk5DG090859@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Thu Oct  3 13:46:05 2013
New Revision: 329190
URL: http://svnweb.freebsd.org/changeset/ports/329190

Log:
  . support staging;
  . remove the indefinite article from COMMENT;
  . use new LIB_DEPENDS syntax;
  . incorporate gmake and pathfix into USES and sort the latter.

Modified:
  head/devel/rpc2/Makefile

Modified: head/devel/rpc2/Makefile
==============================================================================
--- head/devel/rpc2/Makefile	Thu Oct  3 13:36:39 2013	(r329189)
+++ head/devel/rpc2/Makefile	Thu Oct  3 13:46:05 2013	(r329190)
@@ -10,20 +10,12 @@ MASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/
 		ftp://ftp.nctu.edu.tw/mirror/Coda/src/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An interprocess communication library
+COMMENT=	Interprocess communication library
 
-LIB_DEPENDS=	lwp.2:${PORTSDIR}/devel/lwp
+LIB_DEPENDS=	liblwp.so:${PORTSDIR}/devel/lwp
 
-USES=		pkgconfig perl5
-USE_GMAKE=	yes
+USES=		gmake pathfix perl5 pkgconfig
 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?201310031346.r93Dk5DG090859>