diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-05-01 00:47:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-05-01 00:47:34 +0000 |
commit | bcc578974aa65cf9631aacd89e26a47b14f6ee3e (patch) | |
tree | 6dca7547cacb7a00da3274617fe64010cc493600 /lang/squeak2 | |
parent | c1d6d1746b4ac8395bd50a1f6dcde047d0f7dd94 (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/Makefile | 2 |
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" |