Bug 50227 - strip(1) is defined in Makefile, but install -s is used
Summary: strip(1) is defined in Makefile, but install -s is used
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-23 22:40 UTC by Kirill Ponomarew
Modified: 2003-03-25 01:28 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (385 bytes, patch)
2003-03-23 22:40 UTC, Kirill Ponomarew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Ponomarew 2003-03-23 22:40:01 UTC
strip(1) is defined in Makefile, but install -s is used 
strip(1) definition in Makefile is not necessary because we use "install -s" 
to install the port

How-To-Repeat:       	cd /usr/ports/mail/mutt-devel; make install
Comment 1 Udo.Schweigert 2003-03-24 09:32:23 UTC
This is fixed, among other things, in my ports update ports/50235.

Best regards

--
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
CT IC CERT, Siemens CERT     | Fax        : +49 89 636 41166
D-81730 Muenchen / Germany   | email      : udo.schweigert@siemens.com
Comment 2 Christian Weisgerber freebsd_committer freebsd_triage 2003-03-25 01:27:36 UTC
State Changed
From-To: open->closed

Fixed with ports/50235.