- Fix patch for NOPORTDOCS cases
Reported by: QA Tindie
This commit is contained in:
parent
10c1c1d224
commit
88a8dbb80a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219382
@ -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:
|
||||
|
@ -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 ;
|
||||
}
|
Loading…
Reference in New Issue
Block a user