aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2001-05-01 08:47:34 +0800
committermharo <mharo@FreeBSD.org>2001-05-01 08:47:34 +0800
commit431214147f2590540b2fd9818681d84e3f5bda2b (patch)
tree23a6adfa10b7d0ed7e7975e79f6ce3e92143fba5 /lang
parent5390e03c55ee84f67d71b73df6b6017e83c3f7d9 (diff)
downloadfreebsd-ports-graphics-431214147f2590540b2fd9818681d84e3f5bda2b.tar.gz
freebsd-ports-graphics-431214147f2590540b2fd9818681d84e3f5bda2b.tar.zst
freebsd-ports-graphics-431214147f2590540b2fd9818681d84e3f5bda2b.zip
Small bug fix for the Makefile
PR: 26673 Submitted by: maintainer
Diffstat (limited to 'lang')
-rw-r--r--lang/squeak2/Makefile2
-rw-r--r--lang/squeak3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile
index c81a8e74bbe..1d82fd36b8d 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 c81a8e74bbe..1d82fd36b8d 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"