From 4cf74b973e578fa9581c1d3262336358432e1cb3 Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 1 Oct 1999 09:31:29 +0000 Subject: Make this work with rev. 1.321 of bsd.port.mk (support for distfiles with directory names). In fact, what these ports were doing before were not supported -- but they can walk under the sun now. --- lang/squeak3/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/squeak3/Makefile') 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 -- cgit