- Add more docs.
- Bump PORTREVISION because distfile change PR: 95469 Submitted by: maintainer
This commit is contained in:
parent
d3a6296ce2
commit
d03b14b876
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159136
3 changed files with 9 additions and 5 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= circ
|
||||
PORTVERSION= 1.0f
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://cam.ctan.org/tex-archive/macros/generic/diagrams/ \
|
||||
http://theory.uwinnipeg.ca/scripts/CTAN/macros/generic/diagrams/
|
||||
|
@ -35,7 +36,7 @@ PLIST_SUB= MKTEXLSR=${MKTEXLSR}
|
|||
|
||||
CIRC_INS= circ.ins
|
||||
CIRC_DRV= circ.drv
|
||||
CIRC_DOC= circ.dvi
|
||||
CIRC_DOC= circ.dvi circ.pdf
|
||||
|
||||
FIND_CLASS= -type f \( -name "*.sty" -or -name "*.def" \)
|
||||
FIND_FONTS_PK= -type f -name "*.*pk"
|
||||
|
@ -76,7 +77,9 @@ do-install:
|
|||
.if !defined(NOPORTDOCS)
|
||||
@cd ${WRKSRC}; \
|
||||
${MKDIR} ${TEXMFLOCAL_DOC}/${PORTNAME}; \
|
||||
${INSTALL_DATA} ${CIRC_DOC} ${TEXMFLOCAL_DOC}/${PORTNAME}/${CIRC_DOC}
|
||||
for doc in ${CIRC_DOC}; do \
|
||||
${INSTALL_DATA} $${doc} ${TEXMFLOCAL_DOC}/${PORTNAME}/$${doc}; \
|
||||
done
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (circ.zip) = 664bafcb6743376c6bdc992c5b3438c9
|
||||
SHA256 (circ.zip) = 69969dd88faee777432733adb6e38ea5eb03a3fe26380fe7cb029d50b78c5d64
|
||||
SIZE (circ.zip) = 52082
|
||||
MD5 (circ.zip) = 87be3c625ffc125ff8ca73abfec16a52
|
||||
SHA256 (circ.zip) = eefea2f568316e60fb1e4203322c8b089ab9166d5f6bc73ea55d38c3900f4c88
|
||||
SIZE (circ.zip) = 256516
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
%%PORTDOCS%%share/texmf-local/doc/circ/circ.dvi
|
||||
%%PORTDOCS%%share/texmf-local/doc/circ/circ.pdf
|
||||
share/texmf-local/fonts/pk/circ/cibimos.600pk
|
||||
share/texmf-local/fonts/pk/circ/cicirc.600pk
|
||||
share/texmf-local/fonts/pk/circ/cidiod.600pk
|
||||
|
|
Loading…
Reference in a new issue