- Add stage support.

- Normalize zero permissions on symbolic links so that the package is
  correctly created.
This commit is contained in:
Rene Ladan 2013-10-06 15:15:00 +00:00
parent 2bcb2a48f8
commit b622c06fdd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329587

View file

@ -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>