Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2020 10:55:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245292] ports-mgmt/pkg-1.14.0 fails pkg install
Message-ID:  <bug-245292-7788-J0IE130zE5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245292-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245292-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245292

--- Comment #11 from Andrew <andrew.hotlab@hotmail.com> ---
I just made the problem disappear by applying this change:

--- Makefile.old        2020-06-13 12:54:29.391915000 +0200
+++ Makefile    2020-06-13 12:45:48.317072000 +0200
@@ -82,7 +82,7 @@
 .endif

 post-install:
-       @${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg
+       ${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg

 post-install-DOCS-on:
        @${MKDIR} ${STAGEDIR}${DOCSDIR}


I do not know the difference between calling a bin with the @ prefix but it
looks like it's working as expected now.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245292-7788-J0IE130zE5>