Bug 48054 - [patch] audio/id3lib: fix plist
Summary: [patch] audio/id3lib: fix plist
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-02-07 17:00 UTC by stolz
Modified: 2003-02-13 11:22 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (235 bytes, patch)
2003-02-07 17:00 UTC, stolz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description stolz 2003-02-07 17:00:29 UTC
bento says the plist is incorrect. He's right! Watching 'make install'
yields:

Making install in src
/bin/sh ../mkinstalldirs /usr/local/lib
 /bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g wheel  libid3.la /usr/local/lib/libid3.la
/usr/bin/install -c -o root -g wheel .libs/libid3-3.8.so.2 /usr/local/lib/libid3-3.8.so.2
(cd /usr/local/lib && rm -f libid3.so && ln -sf libid3-3.8.so.2 libid3.so)
                                               ****************************
/usr/bin/install -c -o root -g wheel .libs/libid3.a /usr/local/lib/libid3.a
ranlib /usr/local/lib/libid3.a
chmod 644 /usr/local/lib/libid3.a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-13 11:22:43 UTC
State Changed
From-To: open->closed

Commited, thanks!