svn commit: r329587 - head/sysutils/linux-nero

Rene Ladan rene at FreeBSD.org
Sun Oct 6 15:15:00 UTC 2013


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>


More information about the svn-ports-all mailing list