summaryrefslogtreecommitdiff
path: root/lang/siod
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-19 02:28:52 +0000
committerrillig <rillig>2006-06-19 02:28:52 +0000
commit7747badf76aba834100ce110ac9c8fd70e2de58b (patch)
tree52cac8972535515ba43efa9d6ecfdbc75bfcfb15 /lang/siod
parent42423e29c5cceea57cb924dac9dc84c1dec8def2 (diff)
downloadpkgsrc-7747badf76aba834100ce110ac9c8fd70e2de58b.tar.gz
Fixed paths to the siod interpreter. Bumped PKGREVISION.
Diffstat (limited to 'lang/siod')
-rw-r--r--lang/siod/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile
index 35452f2d9d7..1738f065e54 100644
--- a/lang/siod/Makefile
+++ b/lang/siod/Makefile
@@ -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 @@ BUILD_TARGET= ${OPSYS}
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"