From 63a4cbd6b1352188304f51fe3d28d98a9e9831a0 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 27 Feb 2001 21:36:07 +0000 Subject: Use the tarballs that have the release version in their names. Takes care of pkg/12172. --- lang/smalleiffel/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lang/smalleiffel/Makefile') diff --git a/lang/smalleiffel/Makefile b/lang/smalleiffel/Makefile index 0846ef221c8..d5da81b7a02 100644 --- a/lang/smalleiffel/Makefile +++ b/lang/smalleiffel/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 09:07:29 agc Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/27 21:36:07 wiz Exp $ # -DISTNAME= se +DISTNAME= ${PKGNAME:S/smalleiffel/se/} PKGNAME= smalleiffel-0.77 WRKSRC= ${WRKDIR}/SmallEiffel CATEGORIES= lang -MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/ \ - ftp://ftp.cs.rit.edu/pub/mirrors/SmallEiffel/ \ - ftp://ftp.progsoc.uts.edu.au/pub/Eiffel/SmallEiffel/ \ - ftp://gd.tuwien.ac.at/pub/languages/SmallEiffel/ +MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/Oldies/ \ + ftp://ftp.cs.rit.edu/pub/mirrors/SmallEiffel/Oldies/ \ + ftp://ftp.progsoc.uts.edu.au/pub/Eiffel/SmallEiffel/Oldies/ EXTRACT_SUFX= .tgz MAINTAINER= jlam@netbsd.org @@ -18,7 +17,6 @@ COMMENT= GNU Eiffel compiler MAKE_ENV+= SmallEiffel=${WRKSRC}/sys/system.se ALL_TARGET= ./bin/compile_to_c -DIST_SUBDIR= ${PKGNAME} DOCDIR= ${PREFIX}/share/doc/html/smalleiffel EGDIR= ${PREFIX}/share/examples/smalleiffel LIBDIR= ${PREFIX}/share/smalleiffel -- cgit v1.2.3