diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-19 02:28:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-19 02:28:52 +0000 |
commit | 3d3e981e74dbcf122590c740e1511e0d0a735643 (patch) | |
tree | 52cac8972535515ba43efa9d6ecfdbc75bfcfb15 /lang | |
parent | 17285446581910836a3e557af13e62b628890ec8 (diff) | |
download | pkgsrc-3d3e981e74dbcf122590c740e1511e0d0a735643.tar.gz |
Fixed paths to the siod interpreter. Bumped PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/siod/Makefile | 8 |
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" |