Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2006 20:10:25 GMT
From:      Josh Paetzel <josh@tcbug.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/93728: astro/xephem - port installs cat page, not man page
Message-ID:  <200603162010.k2GKAPpo004096@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/93728; it has been noted by GNATS.

From: Josh Paetzel <josh@tcbug.org>
To: bug-followup@freebsd.org,
 edwin@freebsd.org
Cc:  
Subject: Re: ports/93728: astro/xephem - port installs cat page, not man page
Date: Thu, 16 Mar 2006 14:01:11 -0600

 Here's a patch that will hopefully expedite getting this pr committed.
 
 
 --- Makefile.old        Thu Mar 16 13:57:14 2006
 +++ Makefile    Thu Mar 16 13:58:16 2006
 @@ -54,6 +54,7 @@
 
  pre-install:
         @${FIND} ${WRKSRC}/../.. -name Makefile.bak -type f | ${XARGS} 
 ${RM} -f
 +       @${CP} ${WRKSRC}/xephem.man ${WRKSRC}/xephem.1
 
  do-install:
         ${INSTALL_PROGRAM} ${WRKSRC}/xephem ${PREFIX}/bin
 
 
 -- 
 Thanks,
 
 Josh Paetzel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603162010.k2GKAPpo004096>