reenable perl stuff of net/silc-client (pointed out by William Dell Wisner <william@dell.wisner.name>) Fix: files to be removed: files/patch-irssi-Makefile.in How-To-Repeat: patch <
Responsible Changed From-To: freebsd-ports-bugs->krion I'll take it.
State Changed From-To: open->closed Committed, thanks!
On 2003-11-04 at 16:37 +0600, Evgueni V.Gavrilov wrote: > diff -ruN silc-client.orig/Makefile silc-client/Makefile > --- silc-client.orig/Makefile Tue Nov 4 15:50:23 2003 > +++ silc-client/Makefile Tue Nov 4 15:51:02 2003 > @@ -38,7 +38,7 @@ > --with-simdir=${PREFIX}/lib/silcsim/client \ > --with-helpdir=${PREFIX}/share/${PORTNAME}/help \ > --with-docdir=${PREFIX}/share/doc/silc \ > - --with-perl=no > + --with-perl-lib=/usr/local/lib/${PORTNAME}/perl s,/usr/local,${PREFIX}? and perhaps: s,--with-docdir=${PREFIX}/share/doc/silc,--with-docdir=${DOCSDIR} and so on. Sergei
Hi, On Tue, Nov 04, 2003 at 02:54:58PM +0300, Sergei Kolobov wrote: > s,/usr/local,${PREFIX}? > and perhaps: > s,--with-docdir=${PREFIX}/share/doc/silc,--with-docdir=${DOCSDIR} > and so on. I committed it with ${PREFIX} of course ;) ${DOCSDIR} is better of course, I'll change it the next silc-client version. -Kirill