Date: Sun, 6 Oct 2013 15:15:00 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329587 - head/sysutils/linux-nero Message-ID: <201310061515.r96FF0JI017364@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Oct 6 15:15:00 2013 New Revision: 329587 URL: http://svnweb.freebsd.org/changeset/ports/329587 Log: - Add stage support. - Normalize zero permissions on symbolic links so that the package is correctly created. Modified: head/sysutils/linux-nero/Makefile Modified: head/sysutils/linux-nero/Makefile ============================================================================== --- head/sysutils/linux-nero/Makefile Sun Oct 6 15:14:18 2013 (r329586) +++ head/sysutils/linux-nero/Makefile Sun Oct 6 15:15:00 2013 (r329587) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310061515.r96FF0JI017364>