summaryrefslogtreecommitdiff
path: root/lang/squeak2
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-05-01 00:47:34 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-05-01 00:47:34 +0000
commitbcc578974aa65cf9631aacd89e26a47b14f6ee3e (patch)
tree6dca7547cacb7a00da3274617fe64010cc493600 /lang/squeak2
parentUpdate tgif port to 4.1.40 (diff)
Small bug fix for the Makefile
PR: 26673 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=42113
Diffstat (limited to 'lang/squeak2')
-rw-r--r--lang/squeak2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile
index c81a8e74bbed..1d82fd36b8da 100644
--- a/lang/squeak2/Makefile
+++ b/lang/squeak2/Makefile
@@ -42,7 +42,7 @@ do-install:
(cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f)
(cd ${PREFIX}/share/squeak && ${EXTRACT_CMD} -d $f)
.endfor
- (cd ${PREFIX}/share/squeak && ${CHMOD} 644 Squeak2.7.changes)
+ (cd ${PREFIX}/share/squeak && ${CHMOD} 644 Squeak-2.7.changes)
post-install:
@${ECHO} "Make sure you have ${PREFIX}/bin in your PATH"