From ab95f08ab2c3c083fa9a48f5357f0f6026297c5c Mon Sep 17 00:00:00 2001 From: bsam Date: Thu, 3 Oct 2013 13:46:05 +0000 Subject: . support staging; . remove the indefinite article from COMMENT; . use new LIB_DEPENDS syntax; . incorporate gmake and pathfix into USES and sort the latter. --- devel/rpc2/Makefile | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'devel') diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile index b1f75d0e4ae4..65efbcb3ccae 100644 --- a/devel/rpc2/Makefile +++ b/devel/rpc2/Makefile @@ -10,20 +10,12 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \ 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 -- cgit