pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix REPLACE_PERL: pathnames listed should be relative ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0562e7c03767
branches:  trunk
changeset: 460669:0562e7c03767
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Sep 02 12:48:33 2003 +0000

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

diffstat:

 comms/linuxsms/Makefile       |  4 ++--
 converters/code2html/Makefile |  4 ++--
 devel/adocman/Makefile        |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 5f4488ea34a3 -r 0562e7c03767 comms/linuxsms/Makefile
--- a/comms/linuxsms/Makefile   Tue Sep 02 12:45:26 2003 +0000
+++ b/comms/linuxsms/Makefile   Tue Sep 02 12:48:33 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:26:47 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/09/02 12:48:33 seb Exp $
 #
 
 DISTNAME=      linuxsms-0.65
@@ -13,7 +13,7 @@
 USE_PERL5=     yes
 NO_BUILD=      yes
 
-REPLACE_PERL=  ${WRKSRC}/linuxsms
+REPLACE_PERL=  linuxsms
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/linuxsms ${PREFIX}/bin
diff -r 5f4488ea34a3 -r 0562e7c03767 converters/code2html/Makefile
--- a/converters/code2html/Makefile     Tue Sep 02 12:45:26 2003 +0000
+++ b/converters/code2html/Makefile     Tue Sep 02 12:48:33 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 16:36:12 martti Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/02 12:50:45 seb Exp $
 #
 
 DISTNAME=      code2html-0.9.1
@@ -10,7 +10,7 @@
 COMMENT=       Convert a program source code to syntax highlighted HTML
 
 NO_BUILD=      # defined
-REPLACE_PERL=  ${WRKSRC}/code2html
+REPLACE_PERL=  code2html
 USE_PERL5=     run
 
 do-install:
diff -r 5f4488ea34a3 -r 0562e7c03767 devel/adocman/Makefile
--- a/devel/adocman/Makefile    Tue Sep 02 12:45:26 2003 +0000
+++ b/devel/adocman/Makefile    Tue Sep 02 12:48:33 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/17 21:29:24 grant Exp $
+# $NetBSD: Makefile,v 1.3 2003/09/02 12:55:05 seb Exp $
 #
 
 DISTNAME=      adocman-0.10
@@ -16,7 +16,7 @@
 USE_PERL5=     YES
 NO_BUILD=      YES
 
-REPLACE_PERL=  ${WRKSRC}/adocman ${WRKSRC}/xml_export
+REPLACE_PERL=  adocman xml_export
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/adocman ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index