- Fix patch for NOPORTDOCS cases

Reported by:	QA Tindie
This commit is contained in:
Pietro Cerutti 2008-08-28 18:58:30 +00:00
parent 10c1c1d224
commit 88a8dbb80a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219382
2 changed files with 1 additions and 12 deletions

View File

@ -36,8 +36,7 @@ post-patch:
.if defined(NOPORTDOCS)
post-configure:
@(cd ${BUILD_WRKSRC}; \
${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/noportdocs-patch-Jamfile)
${REINPLACE_CMD} -e '/InstallDoc/d' ${WRKSRC}/Jamfile
.endif
do-build:

View File

@ -1,10 +0,0 @@
--- Jamfile.orig Mon Feb 21 18:57:00 2005
+++ Jamfile Mon Feb 21 18:57:19 2005
@@ -40,6 +40,6 @@
}
InstallIcon netpanzer.png netpanzer.xpm ;
- InstallDoc ChangeLog README TODO RELNOTES docs/tipofday.txt docs/serverhowto.html ;
+# InstallDoc ChangeLog README TODO RELNOTES docs/tipofday.txt docs/serverhowto.html ;
InstallDesktop netpanzer.desktop ;
}