1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/www/litmus
John Marino 0ee2c74094 www/litmus: The "DONTSTRIP" hack didn't work, let's use BSD_INSTALL_* !
Modern binutils squawks if an attempt to strip an non-executable is made,
as seen below DONTSTRIP doesn't work, at least not in all cases:

DONTSTRIP=1 install  -s -o root -g wheel -m 555 ./litmus
  /wrkdirs/www/litmus/work/stage/usr/local/bin/litmus
/usr/libexec/binutils224/elf/strip:
  /wrkdirs/www/litmus/work/stage/usr/local/bin/litmus:
  File format not recognized

I closer look at the Makefile.in patch revealed that BSD_INSTALL_SCRIPT
should have been used instead.  While here, convert all the install
variables to BSD_INSTALL_*

Approved by:	just fix it
2015-02-21 11:05:23 +00:00
..
files www/litmus: The "DONTSTRIP" hack didn't work, let's use BSD_INSTALL_* ! 2015-02-21 11:05:23 +00:00
distinfo
Makefile Fix LIB_DEPENDS syntax 2015-02-15 22:11:38 +00:00
pkg-descr
pkg-plist