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 | |
parent | Update 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')
-rw-r--r-- | lang/squeak2/Makefile | 2 | ||||
-rw-r--r-- | lang/squeak3/Makefile | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index c81a8e74bbed..1d82fd36b8da 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/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" |