- Use @(owner,group,mode) syntax instead of CHMOD
Submitted by: sunpoet (myself) Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
This commit is contained in:
parent
503914d960
commit
575f4fca97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388464
2 changed files with 1 additions and 2 deletions
|
@ -52,6 +52,5 @@ post-patch:
|
|||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/iojs
|
||||
${CHMOD} ${MANMODE} ${STAGEDIR}${PREFIX}/man/man1/iojs.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -123,5 +123,5 @@ include/node/v8-util.h
|
|||
include/node/v8-version.h
|
||||
include/node/v8.h
|
||||
include/node/v8config.h
|
||||
man/man1/iojs.1.gz
|
||||
@(,,444) man/man1/iojs.1.gz
|
||||
share/systemtap/tapset/node.stp
|
||||
|
|
Loading…
Reference in a new issue