ports/112940: x11/xphelloworld - Man page wierdness
Edwin Groothuis
edwin at mavetju.org
Fri Sep 21 00:20:07 PDT 2007
The following reply was made to PR ports/112940; it has been noted by GNATS.
From: Edwin Groothuis <edwin at mavetju.org>
To: FreeBSD Gnats Submit <freebsd-gnats-submit at freebsd.org>
Cc:
Subject: ports/112940: x11/xphelloworld - Man page wierdness
Date: Fri, 21 Sep 2007 17:11:13 +1000
--17pEHd4RhPHOinZp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Fix with this.
--
Edwin Groothuis | Personal website: http://www.mavetju.org
edwin at mavetju.org | Weblog: http://www.mavetju.org/weblog/
--17pEHd4RhPHOinZp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=aaa
? files
? work
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/xphelloworld/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile 19 May 2007 20:28:07 -0000 1.1
+++ Makefile 21 Sep 2007 07:10:17 -0000
@@ -7,6 +7,7 @@
PORTNAME= xphelloworld
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
@@ -23,4 +24,14 @@
xpsimplehelloworld.1 \
xpxthelloworld.1
+post-build:
+ ${REINPLACE_CMD} \
+ -e "s/__appmansuffix__/1/g" \
+ -e "s/__miscmansuffix__/7/g" \
+ -e "s/__libmansuffix__/3Xp/g" \
+ ${WRKSRC}/xphelloworld/xphelloworld.man \
+ ${WRKSRC}/xpsimplehelloworld/xpsimplehelloworld.man \
+ ${WRKSRC}/xpxmhelloworld/xpxmhelloworld.man \
+ ${WRKSRC}/xpxthelloworld/xpxthelloworld.man
+
.include <bsd.port.mk>
--17pEHd4RhPHOinZp--
More information about the freebsd-x11
mailing list