mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Fix PORTDOCS and PORTEXAMPLES handling.
- bump PORTREVISION. PR: ports/123838 Submitted by: Jona Joachim (maintainer) Prompted by: ionbot (my alter ego :-D)
This commit is contained in:
parent
09405f8ee1
commit
4d06814f95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214017
2 changed files with 140 additions and 3164 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= tigcc
|
||||
PORTVERSION= 0.96.b8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GCC:S/$/:gcc/} \
|
||||
${MASTER_SITE_GNU:S/$/:gas/} \
|
||||
|
@ -123,6 +123,8 @@ post-install:
|
|||
@${CP} -R ${WRKSRC}/tigcc/tigcclib/doc/html ${DOCSDIR}/
|
||||
@${LN} -s ./html ${DOCSDIR}/tigcclib
|
||||
@${CP} ${WRKSRC}/tigcc/tigcclib/doc/converter/tigccdoc ${PREFIX}/tigcc/bin/
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@${CP} ${WRKSRC}/tigcc/tigcclib/examples/* ${EXAMPLESDIR}/
|
||||
.endif
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue