mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
- Switch to options helpers
- Silence patching - Regenerate patches with `make makepatch`
This commit is contained in:
parent
4f5b798a95
commit
362c5aaeba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416584
2 changed files with 7 additions and 4 deletions
|
@ -25,7 +25,7 @@ PORTDOCS= *
|
|||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-configure:
|
||||
${REINPLACE_CMD} -e "s:%%PERL%%:${PERL}:" \
|
||||
@${REINPLACE_CMD} -e "s:%%PERL%%:${PERL}:" \
|
||||
-e "s:%%CXX%%:${CXX}:" \
|
||||
-e "s:%%CXXFLAGS%%:${CXXFLAGS}:" \
|
||||
-e "s:-pedantic::" \
|
||||
|
@ -34,7 +34,10 @@ do-configure:
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/../bin_opt_gcc_/ccdoc.exe \
|
||||
${STAGEDIR}${PREFIX}/bin/ccdoc
|
||||
${INSTALL_MAN} ${WRKSRC}/../doc/htdocs/ccdoc.man ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
|
||||
${INSTALL_MAN} ${WRKSRC}/../doc/htdocs/ccdoc.man \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
|
||||
|
||||
do-install-DOCS-on:
|
||||
cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- mkopt_gcc.mk.orig Tue Feb 17 10:33:54 2004
|
||||
+++ mkopt_gcc.mk Tue Feb 17 10:36:57 2004
|
||||
--- mkopt_gcc.mk.orig 2004-10-06 16:35:47 UTC
|
||||
+++ mkopt_gcc.mk
|
||||
@@ -1,17 +1,17 @@
|
||||
# ================================================
|
||||
# GCC compiler, optimized mode, any platform.
|
||||
|
|
Loading…
Add table
Reference in a new issue