aboutsummaryrefslogtreecommitdiffstats
path: root/devel/lwp
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-10-03 20:55:00 +0800
committerbsam <bsam@FreeBSD.org>2013-10-03 20:55:00 +0800
commita6189a78e3a7b03129d055abec60a91db52ba03e (patch)
tree3a6215f0f5d6fa760ff1a01c6791fbc91bdf030e /devel/lwp
parentb93e513764e7a0996bbdb22004fde0eee9483781 (diff)
downloadfreebsd-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/Makefile10
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>