- 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:
Ion-Mihai Tetcu 2008-05-31 11:42:51 +00:00
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

View file

@ -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