svn commit: r472455 - head/net/openafs

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 15 14:19:26 UTC 2018


Author: amdmi3
Date: Fri Jun 15 14:19:25 2018
New Revision: 472455
URL: https://svnweb.freebsd.org/changeset/ports/472455

Log:
  - Always remove empty directory to unbreak plist
  
  Approved by:	portmgr blanket

Modified:
  head/net/openafs/Makefile

Modified: head/net/openafs/Makefile
==============================================================================
--- head/net/openafs/Makefile	Fri Jun 15 14:18:44 2018	(r472454)
+++ head/net/openafs/Makefile	Fri Jun 15 14:19:25 2018	(r472455)
@@ -83,6 +83,9 @@ CFLAGS+=	-mstackrealign
 # Upstream does not support the client on 11 and newer
 CONFIGURE_ARGS += --disable-kernel-module
 PLIST_SUB+=	KMOD="@comment "
+
+post-install:
+	@${RMDIR} ${STAGEDIR}${PREFIX}/lib/openafs
 .else
 CONFIGURE_ARGS += --enable-kernel-module
 PLIST_SUB+=	KMOD=


More information about the svn-ports-all mailing list