summaryrefslogtreecommitdiff
path: root/lang/scm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/scm/Makefile')
-rw-r--r--lang/scm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile
index 4d8d5fe5724..3b65ad095f6 100644
--- a/lang/scm/Makefile
+++ b/lang/scm/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2005/10/25 09:32:15 adam Exp $
+# $NetBSD: Makefile,v 1.13 2005/10/25 09:39:30 adam Exp $
#
# Convert the version number as follows 2d2 -> 2.4.2, where the d is
# changed to a 4, representing the 4th letter.
# Thus, 5e1 -> 5.5.1
#
+# Do not forget to update InitXXX.scm in files/buildscm.scm
DISTNAME= scm5e1
PKGNAME= scm-5.5.1
@@ -27,7 +28,7 @@ INSTALL_TARGET= install installlib
INFO_FILES= scm.info hobbit.info Xlibscm.info
post-patch:
- ${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${SED} -e 's|@LOCALBASE@|${LOCALBASE}|g' \
< ${FILESDIR}/require.scm > ${WRKSRC}/require.scm
post-build: