mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add documentation.
Bump PORTREVISION. PR: ports/160163
This commit is contained in:
parent
5264b6931f
commit
a97530c6a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280382
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= redis
|
||||
PORTVERSION= 2.2.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
@ -26,6 +27,8 @@ BIN_FILES= redis-benchmark redis-check-aof redis-check-dump \
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
USERS= redis
|
||||
GROUPS= redis
|
||||
|
||||
@ -53,6 +56,10 @@ post-build:
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${BIN_FILES:C!^!${WRKSRC}/src/!} ${PREFIX}/bin/
|
||||
${INSTALL_DATA} ${WRKDIR}/redis.conf ${PREFIX}/etc/redis.conf.sample
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for d in ${REDIS_LOGDIR} ${REDIS_RUNDIR} ${REDIS_DBDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user