git: 8d0271570fea - main - irc/unreal: Don't extract bundled 3rd party depenencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Sep 2023 21:17:15 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8d0271570feadf11257beb59a37e9aabe3c70d0f
commit 8d0271570feadf11257beb59a37e9aabe3c70d0f
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-09-24 21:04:23 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-09-24 21:15:46 +0000
irc/unreal: Don't extract bundled 3rd party depenencies
We're using system libraries so there's no need have these extracted
Approved by: portmgr (blanket, build improvement)
---
irc/unreal/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/irc/unreal/Makefile b/irc/unreal/Makefile
index 267f47b47bfb..c2d4ea086bbf 100644
--- a/irc/unreal/Makefile
+++ b/irc/unreal/Makefile
@@ -28,6 +28,8 @@ LOGDIR= /var/log/ircd
CACHEDIR= /var/cache/ircd
_TMPDIR= /tmp
+EXTRACT_AFTER_ARGS= --exclude extras/*.tar.gz
+
HAS_CONFIGURE= yes
USE_RC_SUBR= unrealircd