1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Convert to STAGE support

This commit is contained in:
Sergey Matveychuk 2014-04-03 21:45:54 +00:00
parent 6e0c37827e
commit ecb2ab7234
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350049
2 changed files with 11 additions and 7 deletions

View File

@ -16,21 +16,17 @@ USE_LDCONFIG= yes
USE_RC_SUBR= whoson
MAN3= whoson.3 wso_login.3 wso_logout.3 wso_query.3 wso_version.3
MAN5= whoson.conf.5
MAN8= whoson.8 whosond.8
PORTDOCS= README ChangeLog
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.endif
${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libwhoson.so.0
.include <bsd.port.mk>

View File

@ -4,5 +4,13 @@ lib/libwhoson.a
lib/libwhoson.la
lib/libwhoson.so
lib/libwhoson.so.0
man/man3/whoson.3.gz
man/man3/wso_login.3.gz
man/man3/wso_logout.3.gz
man/man3/wso_query.3.gz
man/man3/wso_version.3.gz
man/man5/whoson.conf.5.gz
man/man8/whoson.8.gz
man/man8/whosond.8.gz
sbin/whoson
sbin/whosond