Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 09:25:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192954] [new port] net-im/uTox
Message-ID:  <bug-192954-13-CDz69xYgk7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192954-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192954-13@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=192954

--- Comment #8 from John Marino <marino@FreeBSD.org> ---
oh my, I just took a look at the shar itsef.  (by the way, please set mime to
text/plain on the next shar)

1) you don't need to set owner/group to root in the pkg-plist as the first
lines, that is the default

2) The reason why you get that error is because your provided Makefile is
hardcoded.  Do not use "install -m etc".  Use ${INSTALL_PROGRAM},
${INSTALL_SCRIPT}, ${INSTALL_DATA}, ${INSTALL_MAN} etc.

try "make -V MAKE_ENV" to see all the macros your makefile can use.  Change the
makefile to use those commands please.  A side effect is that your executable
will be properly stripped when it needs to be.  The permissions and ownership
will also be correct.

-- 
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-192954-13-CDz69xYgk7>