mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Fix plist
- Allow packaging as a regular user
This commit is contained in:
parent
a8b5d0f5dd
commit
fc44453d4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343496
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= kyototycoon
|
||||
PORTVERSION= 0.9.56
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://fallabs.com/${PORTNAME}/pkg/ \
|
||||
LOCAL/sunpoet
|
||||
@ -42,7 +42,6 @@ post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} 755 '{}' \;
|
||||
${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} 444 '{}' \;
|
||||
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
regression-test test: build
|
||||
|
@ -20,6 +20,9 @@ include/kttimeddb.h
|
||||
include/ktulog.h
|
||||
include/ktutil.h
|
||||
lib/libkyototycoon.a
|
||||
lib/libkyototycoon.so
|
||||
lib/libkyototycoon.so.2
|
||||
lib/libkyototycoon.so.2.19.0
|
||||
libdata/pkgconfig/kyototycoon.pc
|
||||
libexec/ktplugdbvoid.so
|
||||
libexec/ktplugservmemc.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user