diff options
author | fredb <fredb> | 2001-02-07 05:16:39 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-02-07 05:16:39 +0000 |
commit | fec5725f0aecc7ebcbed264d390e24fcc0dfe510 (patch) | |
tree | f890354c67cba358c8c9aedcc9cfb4103850dfd1 /lang | |
parent | 546091ced2fafff2d2f0239d01077ee741809693 (diff) | |
download | pkgsrc-fec5725f0aecc7ebcbed264d390e24fcc0dfe510.tar.gz |
Fix a few more paste-o's.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak/Makefile | 10 |
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 |