summaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-02-07 05:16:39 +0000
committerfredb <fredb@pkgsrc.org>2001-02-07 05:16:39 +0000
commitf8363e87f7123505e22e908848dad895f94d7f25 (patch)
treef890354c67cba358c8c9aedcc9cfb4103850dfd1 /lang/squeak
parentd90777545a423675ac1d0d8222c32185e2526051 (diff)
downloadpkgsrc-f8363e87f7123505e22e908848dad895f94d7f25.tar.gz
Fix a few more paste-o's.
Diffstat (limited to 'lang/squeak')
-rw-r--r--lang/squeak/Makefile10
1 files changed, 6 insertions, 4 deletions
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