diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-15 14:19:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-15 14:19:25 +0000 |
commit | 7ec2e8a117710d15f714aada8bc4800f38a034e8 (patch) | |
tree | 0b984beff995ba2813dd32f0928cc4230ae2a39a /net/openafs | |
parent | - Disable broken FFMPEG option to allow package to be built (diff) |
- Always remove empty directory to unbreak plist
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=472455
Diffstat (limited to 'net/openafs')
-rw-r--r-- | net/openafs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/openafs/Makefile b/net/openafs/Makefile index cb4ca4528333..ca10b1442ba7 100644 --- a/net/openafs/Makefile +++ b/net/openafs/Makefile @@ -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= |