Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Sep 2006 15:22:08 -0500
From:      "Jose Alonso Cardenas Marquez" <jacardenasm@gmail.com>
To:        ports@freebsd.org
Subject:   pkg-plist problems caused by ${DESTDIR} on ${MAKE_ENV}
Message-ID:  <7c58fcfc0609021322h4cb058b1td9b41a5ce084ccc5@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi guys :)

I was fixing some ports with pkg-plist problems:

games/netpanzer-data (fixed)
deskutils/adesklets (fixed)
graphics/crystalspace (fixed)

and i found that the main reason for it is the ${DESTDIR} on
${MAKE_ENV} . Only this is a problem on do-install time (for default
on bsd.port.mk file). These ports are installing the files/directories
on ${WRKSRC}. I don't know why it's removing the first slash "/"
character from ${PREFIX} (PREFIX=usr/local insted of
PREFIX=/usr/local).

if we remove the ${DESTDIR} from ${MAKE_ENV} on bsd.port.mk file,
these ports install without problems

I talked with gabor about it, but he has not idea about the problem.
Maybe anybody found/will find some solution that we could apply to
bsd.port.mk file.

kris@ marked with EXPIRATE_DATE some ports with pkg-plist problems
some hours ago and maybe some of those ports have the same problem
with ${MAKE_ENV}.

Greetings
ACM



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7c58fcfc0609021322h4cb058b1td9b41a5ce084ccc5>