mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- 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
@ -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 New Issue
Block a user