Bug 36764 - [PATCH] Allow net/net-snmp-tkmib to find Perl dependencies
Summary: [PATCH] Allow net/net-snmp-tkmib to find Perl dependencies
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-04 20:30 UTC by Joe Marcus Clarke
Modified: 2002-04-05 03:37 UTC (History)
0 users

See Also:


Attachments
Makefile.patch (374 bytes, patch)
2002-04-04 20:30 UTC, Joe Marcus Clarke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Marcus Clarke 2002-04-04 20:30:01 UTC
tkmib can't find the required Perl module dependencies since it is looking for
a subdir called 5.00503 on -stable.  This should be 5.005 (using
${PERL_VER} and not ${PERL_VERSION}).

How-To-Repeat: # cd /usr/ports/net/net-snmp-tkmib
# make install
Comment 1 Jun Kuriyama freebsd_committer freebsd_triage 2002-04-05 03:37:39 UTC
State Changed
From-To: open->closed

Committed, thanks!