diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-10-01 09:31:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-10-01 09:31:29 +0000 |
commit | 985cd05238c3409e93043d91260a304c2b724cd9 (patch) | |
tree | 9e2b185effcd98acc96b6ad118d7f556fe8b10b9 /lang/squeak3/Makefile | |
parent | 86e007742aa48b674103cf693e113d8a5306b6b6 (diff) |
Notes
Diffstat (limited to 'lang/squeak3/Makefile')
-rw-r--r-- | lang/squeak3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index fc346be05cf4..ce8f460187ad 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/Makefile @@ -16,7 +16,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} image/${SQUEAK_SRC} MAINTAINER= jesse@cs.uni-magdeburg.de -ALLFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_XLIB= yes @@ -40,7 +39,7 @@ do-install: .for f in Squeak2.4.changes Squeak2.4.image (cd ${WRKSRC}/image && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f) .endfor - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/image/${SQUEAK_SRC} \ ${PREFIX}/share/squeak/${SQUEAK_SRC} .include <bsd.port.mk> |