diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/ulxmlrpcpp | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) |
Notes
Diffstat (limited to 'net/ulxmlrpcpp')
-rw-r--r-- | net/ulxmlrpcpp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/ulxmlrpcpp/Makefile b/net/ulxmlrpcpp/Makefile index fd8bfe09bf51..50d7fcdf47e9 100644 --- a/net/ulxmlrpcpp/Makefile +++ b/net/ulxmlrpcpp/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ulxmlrpcpp -# Date created: Dec 10, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= ulxmlrpcpp PORTVERSION= 1.7.5 @@ -30,6 +25,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^SUBDIRS/s| docs | |g' ${WRKSRC}/ulxmlrpcpp/Makefile.in |