svn commit: r329190 - head/devel/rpc2

Boris Samorodov bsam at FreeBSD.org
Thu Oct 3 13:46:05 UTC 2013


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


More information about the svn-ports-head mailing list