summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-02-26 01:42:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-02-26 01:42:22 +0000
commit90669811c1ddc37ee30477e5dcba5f7812a8bb5c (patch)
tree5913db9ccc3b976853508cb836ca8b74966f3ca9 /lang
parentMove "apache performance tuning" from Makefile to scripts/configure.php (diff)
Further refine 1.9 to actually use the distfiles in their new location. :)
Notes
Notes: svn path=/head/; revision=26296
Diffstat (limited to 'lang')
-rw-r--r--lang/squeak1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/squeak1/Makefile b/lang/squeak1/Makefile
index f149b1e989f0..90ad2a53c2a5 100644
--- a/lang/squeak1/Makefile
+++ b/lang/squeak1/Makefile
@@ -44,7 +44,7 @@ do-install:
.for f in Squeak1.31.changes Squeak1.31.image
(cd ${WRKSRC}/image && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f)
.endfor
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/image/${SQUEAK_SRC} \
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \
${PREFIX}/share/squeak/${SQUEAK_SRC}
.include <bsd.port.mk>