[Bug 279914] [NEW PORT] astro/google-earth-pro 7.3.6

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 23 Jun 2024 09:29:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279914

Tijl Coosemans <tijl@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tijl@FreeBSD.org

--- Comment #2 from Tijl Coosemans <tijl@FreeBSD.org> ---
USE_LINUX_RPM is only for linux-(c7|rl9) ports.  It sets USE_LINUX_PREFIX which
is probably causing problems with PREFIX != LOCALBASE.  So try the following
changes:

-PKGNAMEPREFIX=
-USE_LINUX_RPM= nolib
-SRC_DISTFILES=
+NO_BUILD=      yes
+NO_WRKSUBDIR=  yes

You should also remove @dir /compat from pkg-plist.  Traditionally it's not a
directory but a symbolic link to /usr/compat.  I think it's added by "make
makeplist" but that's a bug.

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