View | Details | Raw Unified | Return to bug 51366
Collapse All | Expand All

(-)devel/trio/Makefile (-5 / +8 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	trio
9
PORTNAME=	trio
10
PORTVERSION=	1.9
10
PORTVERSION=	1.10
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	ctrio
13
MASTER_SITE_SUBDIR=	ctrio
Lines 15-28 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A fully matured and stable set of printf and string functions
16
COMMENT=	A fully matured and stable set of printf and string functions
17
17
18
USE_REINPLACE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
20
21
post-patch:
22
	@${REINPLACE_CMD} -e 's|_INCS|INCS|g' ${WRKSRC}/Makefile.in
23
20
post-install:
24
post-install:
21
.if !defined(NOPORTDOCS)
25
.if !defined(NOPORTDOCS)
22
	@${MKDIR} ${DOCSDIR}/doc
26
	@${MKDIR} ${DOCSDIR}
23
	${INSTALL_DATA} ${WRKSRC}/doc/*.* ${DOCSDIR}/doc
27
	cd ${WRKSRC} && ${FIND} doc html | \
24
	@${MKDIR} ${DOCSDIR}/html
28
		cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
25
	${INSTALL_DATA} ${WRKSRC}/html/*.* ${DOCSDIR}/html
26
.endif
29
.endif
27
30
28
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)devel/trio/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (trio-1.9.tar.gz) = 86a7fa48d9a1ef4294cd753f4212ad7d
1
MD5 (trio-1.10.tar.gz) = 8e550cd0ead8bbb9afb475e46ccddf30
(-)devel/trio/pkg-plist (+2 lines)
Lines 1-6 Link Here
1
include/trio.h
1
include/trio.h
2
include/triodef.h
2
include/triodef.h
3
include/triop.h
3
include/triop.h
4
include/trionan.h
5
include/triostr.h
4
lib/libtrio.a
6
lib/libtrio.a
5
%%PORTDOCS%%share/doc/trio/doc/doc.h
7
%%PORTDOCS%%share/doc/trio/doc/doc.h
6
%%PORTDOCS%%share/doc/trio/doc/doc_dynamic.h
8
%%PORTDOCS%%share/doc/trio/doc/doc_dynamic.h

Return to bug 51366