From f8363e87f7123505e22e908848dad895f94d7f25 Mon Sep 17 00:00:00 2001 From: fredb Date: Wed, 7 Feb 2001 05:16:39 +0000 Subject: Fix a few more paste-o's. --- lang/squeak/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lang/squeak') diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 0e12d7b0cd0..23881f9b3f4 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/05 09:00:59 tron Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/07 05:16:39 fredb Exp $ # DISTNAME= Squeak2.7-src @@ -10,7 +10,7 @@ DISTFILES= Squeak2.7-src.tar.gz Squeak2.7.image.gz Squeak2.7.changes.gz SqueakV2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.squeak.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf DIST_SUBDIR= squeak EXTRACT_ONLY= Squeak2.7-src.tar.gz @@ -19,7 +19,8 @@ USE_GMAKE= yes NO_WRKSUBDIR= yes ALL_TARGET= squeak -MAKE_ENV+= LIBS="-Wl,-R${X11BASE}/lib -L${X11BASE}/lib" + +CONFIGURE_ARGS+= --debug pre-configure: cd ${WRKSRC}/conf; ${LOCALBASE}/bin/autoconf @@ -27,7 +28,8 @@ pre-configure: do-install: ${MKDIR} ${PREFIX}/share/squeak ${INSTALL_PROGRAM} ${WRKSRC}/`${WRKSRC}/conf/config.guess`/squeak ${PREFIX}/bin - for f in Squeak2.7.changes Squeak2.7.image SqueakV2.sources ; do \ + ${INSTALL_DATA} ${WRKSRC}/ReadMe.txt ${PREFIX}/share/squeak + for f in Squeak2.7.changes Squeak2.7.image SqueakV2.sources ; do \ ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/$$f.gz > ${PREFIX}/share/squeak/$$f; \ done -- cgit v1.2.3