pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/html2ps The work directory was stored in the def...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45e3a7b723dd
branches:  trunk
changeset: 504108:45e3a7b723dd
user:      kim <kim%pkgsrc.org@localhost>
date:      Sun Dec 04 16:34:34 2005 +0000

description:
The work directory was stored in the default rc file since upgrade to
1.0b4nb1.  There was no default rc file before.  Explicitly setting
the path passed to the install script seems to avoid the problem.

diffstat:

 print/html2ps/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b8c5c493c3cd -r 45e3a7b723dd print/html2ps/Makefile
--- a/print/html2ps/Makefile    Sun Dec 04 15:52:32 2005 +0000
+++ b/print/html2ps/Makefile    Sun Dec 04 16:34:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/11/28 06:41:21 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/12/04 16:34:34 kim Exp $
 #
 
 DISTNAME=      html2ps-1.0b4
@@ -24,7 +24,7 @@
 
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/lib/html2ps
-       @cd ${WRKSRC} && ./install ${PREFIX}
+       @cd ${WRKSRC} && PATH=${LOCALBASE}/bin:${PREFIX}/bin ./install ${PREFIX}
        @${INSTALL_DATA} ${WRKSRC}/sample ${PREFIX}/lib/html2ps/sample.rc
 
 .include "../../mk/tex.buildlink3.mk"



Home | Main Index | Thread Index | Old Index