diff options
Diffstat (limited to 'lang/smalleiffel/Makefile')
-rw-r--r-- | lang/smalleiffel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/smalleiffel/Makefile b/lang/smalleiffel/Makefile index 68735d5999f..242a1180843 100644 --- a/lang/smalleiffel/Makefile +++ b/lang/smalleiffel/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:45:23 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/20 12:19:17 agc Exp $ # DISTNAME= ${PKGNAME:S/smalleiffel/se/} PKGNAME= smalleiffel-0.77 -WRKSRC= ${WRKDIR}/SmallEiffel CATEGORIES= lang MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/Oldies/ \ ftp://ftp.cs.rit.edu/pub/mirrors/SmallEiffel/Oldies/ \ @@ -17,6 +16,7 @@ COMMENT= GNU Eiffel compiler MAKE_ENV+= SmallEiffel=${WRKSRC}/sys/system.se ALL_TARGET= ./bin/compile_to_c +WRKSRC= ${WRKDIR}/SmallEiffel DOCDIR= ${PREFIX}/share/doc/html/smalleiffel EGDIR= ${PREFIX}/share/examples/smalleiffel LIBDIR= ${PREFIX}/share/smalleiffel |