pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sather Fix REPLACE_PERL: pathnames listed should ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58f1ed232466
branches:  trunk
changeset: 460673:58f1ed232466
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Sep 02 13:38:44 2003 +0000

description:
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.

diffstat:

 lang/sather/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 22be4c2a1f45 -r 58f1ed232466 lang/sather/Makefile
--- a/lang/sather/Makefile      Tue Sep 02 13:27:45 2003 +0000
+++ b/lang/sather/Makefile      Tue Sep 02 13:38:44 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/08/09 10:59:11 seb Exp $
+# $NetBSD: Makefile,v 1.12 2003/09/02 13:38:44 seb Exp $
 
 DISTNAME=              sather-1.2.1
 PKGREVISION=           2
@@ -19,7 +19,7 @@
 USE_MAKEINFO=          YES
 INFO_FILES=            sather.info sather-tutorial.info sather-mode.info
 
-REPLACE_PERL=          ${WRKSRC}/Browser/Web/ps2gif
+REPLACE_PERL=          Browser/Web/ps2gif
 
 do-configure:
        for f in                                                                \



Home | Main Index | Thread Index | Old Index