Fix files' permissions: install files under the credential of the
current user, i.e. root. Submitted by: Dmitry Marakasov <amdmi3 mail ru> PR: ports/102164 Approved by: ale's vacation
This commit is contained in:
parent
b9701552f1
commit
90bb3b44c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170945
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= motor
|
||||
PORTVERSION= 3.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://konst.org.ua/download/
|
||||
|
||||
|
@ -34,6 +35,9 @@ MAN1= motor.1
|
|||
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|zxvf|&o|' ${WRKSRC}/share/Makefile.in
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue