pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/siod Fixed paths to the siod interpreter. Bumped ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45b1e92f1d92
branches:  trunk
changeset: 514852:45b1e92f1d92
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jun 19 02:28:52 2006 +0000

description:
Fixed paths to the siod interpreter. Bumped PKGREVISION.

diffstat:

 lang/siod/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r fb7f946d57ed -r 45b1e92f1d92 lang/siod/Makefile
--- a/lang/siod/Makefile        Mon Jun 19 02:27:04 2006 +0000
+++ b/lang/siod/Makefile        Mon Jun 19 02:28:52 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:56 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/06/19 02:28:52 rillig Exp $
 
 DISTNAME=              siod
 PKGNAME=               siod-3.0
+PKGREVISION=           1
 CATEGORIES=            lang
 MASTER_SITES=          ftp://ftp.std.com/pub/gjc/
 EXTRACT_SUFX=          .tgz
@@ -16,6 +17,11 @@
 MAKE_ENV+=             CC=${CC:Q}
 CPPFLAGS+=             -Dunix=1
 
+REPLACE_INTERPRETER+=  siod
+REPLACE.siod.old=      /usr/local/bin/siod
+REPLACE.siod.new=      ${PREFIX}/bin/siod
+REPLACE_FILES.siod=    *.scm
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index