forked from Lainports/freebsd-ports
- Fix permission violation on ${PREFIX}/bin
Noticed by: kris
This commit is contained in:
parent
4ebbbe1b3a
commit
5fc8ca7d8c
1 changed files with 2 additions and 3 deletions
|
|
@ -13,8 +13,6 @@ MASTER_SITES= http://www.unixpapa.com/software/
|
|||
MAINTAINER= clement@FreeBSD.org
|
||||
COMMENT= A Unix Web Authenticator
|
||||
|
||||
IGNORE= changes the permissions on ${LOCALBASE}/bin
|
||||
|
||||
USE_REINPLACE= yes
|
||||
PLIST_FILES= bin/pwauth
|
||||
|
||||
|
|
@ -27,7 +25,8 @@ post-patch:
|
|||
s/%%MINUID%%/1000/" ${WRKSRC}/config.h
|
||||
|
||||
do-install:
|
||||
-@${MKDIR} -p ${PREFIX}/bin
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${PREFIX}/bin
|
||||
@${CHMOD} u=rxs ${PREFIX}/bin
|
||||
@${CHMOD} u=rxs ${PREFIX}/bin/pwauth
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue