Re: How to change docdir in port Makefile?

2012-08-07 Thread HU Dong
I found that line in Makefile.in. Thank you! B.R. HU Dong On Tue, Aug 7, 2012 at 1:37 PM, Jason Helfman j...@freebsd.org wrote: On Mon, Aug 6, 2012 at 8:36 PM, HU Dong itechb...@gmail.com wrote: Hi, all. I'm making a new port. It uses GNU configure to generate a GNU Makefile. But it set

How to change docdir in port Makefile?

2012-08-06 Thread HU Dong
Hi, all. I'm making a new port. It uses GNU configure to generate a GNU Makefile. But it set DOCSDIR to ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} instead of ${PREFIX}/share/doc/${PORTNAME}: *** docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) *** I've tried post-patch, but it didn't help,

Re: How to change docdir in port Makefile?

2012-08-06 Thread Jason Helfman
On Mon, Aug 6, 2012 at 8:36 PM, HU Dong itechb...@gmail.com wrote: Hi, all. I'm making a new port. It uses GNU configure to generate a GNU Makefile. But it set DOCSDIR to ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} instead of ${PREFIX}/share/doc/${PORTNAME}: *** docdir =