Bug 75820 - Missing man page in Makefile for net-mgmt/irrtoolset
Summary: Missing man page in Makefile for net-mgmt/irrtoolset
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: 2005-01-04 21:40 UTC by Kevin Oberman
Modified: 2005-01-11 16:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Oberman 2005-01-04 21:40:22 UTC
	The man page Error.1 was left out of the Makefile. Files were
        also out of order, so I put them in alphabetical order.

Fix: 

-MAN1=          CIDRAdvisor.1 Errors.1 RtConfig.1 aoe.1 peval.1 prpath.1 \
-               prtraceroute.1 roe.1 rpslcheck.1
+MAN1=          CIDRAdvisor.1 aoe.1 prpath.1 RtConfig.1 peval.1 \
+               roe.1 rpslcheck.1 prtraceroute.1
 MAN3=          librpsl.3

 .include <bsd.port.pre.mk>--Tv7WFxdySHpg6AeQLvE2DOiJ7uG05tA3lQ1sgnlPbYaNdeAj
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- irrtoolset.orig/Makefile    Tue Jan  4 12:57:21 2005
+++ irrtoolset/Makefile Sun Feb 22 20:42:02 2004
@@ -27,8 +27,8 @@
                TK_LIBRARY=${PREFIX}/lib/tk8.3 \
                LD_TCL_TK_LIBS="-ltk83 -ltcl83"
How-To-Repeat: 	N/A
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-01-11 16:45:30 UTC
State Changed
From-To: open->closed

Committed, thanks!