- Add stage support.
- Normalize zero permissions on symbolic links so that the package is correctly created.
This commit is contained in:
parent
2bcb2a48f8
commit
b622c06fdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329587
1 changed files with 5 additions and 1 deletions
|
@ -23,5 +23,9 @@ USE_LDCONFIG= yes
|
|||
BRANDELF_DIRS= usr/bin
|
||||
SRC_DISTFILES=
|
||||
|
||||
NO_STAGE= yes
|
||||
# normalize permissions of symbolic links to prevent a package with
|
||||
# missing files
|
||||
post-extract:
|
||||
${FIND} ${WRKSRC} -type l -exec ${CHMOD} -h 0755 {} \;
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue