blob: ae9bc86d27527d25462c37c3f3565c0b058c3e5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= trio
PORTVERSION= 1.14
CATEGORIES= devel
MASTER_SITES= SF/c${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= dhn@FreeBSD.org
COMMENT= Fully matured and stable set of printf and string functions
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${FIND} doc | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|