diff options
author | rillig <rillig> | 2006-06-19 02:28:52 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-19 02:28:52 +0000 |
commit | 803942f3bf473072c60725bda2b19eb03ccc4384 (patch) | |
tree | 52cac8972535515ba43efa9d6ecfdbc75bfcfb15 /lang/siod | |
parent | 37a5a3838c5e38d89a8e4b377cd88a0d4224fbbf (diff) | |
download | pkgsrc-803942f3bf473072c60725bda2b19eb03ccc4384.tar.gz |
Fixed paths to the siod interpreter. Bumped PKGREVISION.
Diffstat (limited to 'lang/siod')
-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" |