diff options
author | asami <asami@FreeBSD.org> | 2000-02-26 09:42:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-02-26 09:42:22 +0800 |
commit | 01e1a05335a33c24a2425ff4d7b91f590a4307ae (patch) | |
tree | 490d05d5a99a2777cfacbcff07235c86385ee14e | |
parent | 1c1c430d4be99e0e9aa54c4c98eba345f639106d (diff) | |
download | freebsd-ports-gnome-01e1a05335a33c24a2425ff4d7b91f590a4307ae.tar.gz freebsd-ports-gnome-01e1a05335a33c24a2425ff4d7b91f590a4307ae.tar.zst freebsd-ports-gnome-01e1a05335a33c24a2425ff4d7b91f590a4307ae.zip |
Further refine 1.9 to actually use the distfiles in their new location. :)
-rw-r--r-- | lang/squeak1/Makefile | 2 |
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> |