diff options
author | bsam <bsam@FreeBSD.org> | 2013-10-03 20:55:00 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-10-03 20:55:00 +0800 |
commit | a6189a78e3a7b03129d055abec60a91db52ba03e (patch) | |
tree | 3a6215f0f5d6fa760ff1a01c6791fbc91bdf030e /devel/lwp | |
parent | b93e513764e7a0996bbdb22004fde0eee9483781 (diff) | |
download | freebsd-ports-gnome-a6189a78e3a7b03129d055abec60a91db52ba03e.tar.gz freebsd-ports-gnome-a6189a78e3a7b03129d055abec60a91db52ba03e.tar.zst freebsd-ports-gnome-a6189a78e3a7b03129d055abec60a91db52ba03e.zip |
. support staging;
. remove the indefinite article from COMMENT;
. USE_GMAKE=yes -> USES=gmake;
. use USES=pathfix instead post-extract target.
Diffstat (limited to 'devel/lwp')
-rw-r--r-- | devel/lwp/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 04f93d4b7f24..e8aef0d15451 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -10,16 +10,10 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \ ftp://ftp.nctu.edu.tw/mirror/Coda/src/ MAINTAINER= ports@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> |