- Fix installation from non-root, handle owner/permissions/suid properly
Approved by: portmgr blanket
This commit is contained in:
parent
b71bf30b21
commit
2ef053a8c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393199
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|||
PORTDOCS= CHANGES README README.GDK TODO
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} -m 2755 ${WRKSRC}/wmcube \
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wmcube \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
|
||||
.for files in *.wmc
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@(,kmem,) bin/wmcube-gdk
|
||||
@(,kmem,2755) bin/wmcube-gdk
|
||||
%%DATADIR%%/2planes-solid.wmc
|
||||
%%DATADIR%%/4d.wmc
|
||||
%%DATADIR%%/8star-small.wmc
|
||||
|
|
Loading…
Reference in a new issue