diff options
author | bsam <bsam@FreeBSD.org> | 2013-10-03 21:46:05 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-10-03 21:46:05 +0800 |
commit | ab95f08ab2c3c083fa9a48f5357f0f6026297c5c (patch) | |
tree | 702aa94b4f23d4822c28fc228bf839df326e4b1f /devel | |
parent | 41d1c4d261145f76a31e53c52eeefddfb1aa8a27 (diff) | |
download | freebsd-ports-gnome-ab95f08ab2c3c083fa9a48f5357f0f6026297c5c.tar.gz freebsd-ports-gnome-ab95f08ab2c3c083fa9a48f5357f0f6026297c5c.tar.zst freebsd-ports-gnome-ab95f08ab2c3c083fa9a48f5357f0f6026297c5c.zip |
. support staging;
. remove the indefinite article from COMMENT;
. use new LIB_DEPENDS syntax;
. incorporate gmake and pathfix into USES and sort the latter.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rpc2/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
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 <bsd.port.mk> |