From ad28ce937f94bb48f0d3d4eab2f359c8f96eeba1 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 6 Sep 2000 14:31:38 +0000 Subject: Make smalleiffel wrapper script display a usage statement when called with no arguments. Also move HTML documentation into ${PREFIX}/share/doc/html. --- lang/smalleiffel/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lang/smalleiffel/Makefile') diff --git a/lang/smalleiffel/Makefile b/lang/smalleiffel/Makefile index 734c1b8dca8..ea20457d145 100644 --- a/lang/smalleiffel/Makefile +++ b/lang/smalleiffel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/02/25 06:18:08 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/09/06 14:31:38 jlam Exp $ # DISTNAME= se @@ -18,7 +18,7 @@ MAKE_ENV+= SmallEiffel=${WRKSRC}/sys/system.se ALL_TARGET= ./bin/compile_to_c DIST_SUBDIR= ${PKGNAME} -DOCDIR= ${PREFIX}/share/doc/smalleiffel +DOCDIR= ${PREFIX}/share/doc/html/smalleiffel EGDIR= ${PREFIX}/share/examples/smalleiffel LIBDIR= ${PREFIX}/share/smalleiffel LIBEXECDIR= ${PREFIX}/libexec/smalleiffel @@ -30,7 +30,8 @@ post-patch: ${CHMOD} +x ${WRKSRC}/misc/GC.SH post-build: - ${SED} -e "s,@@SE_LIB@@,${LIBDIR},g" \ + ${SED} -e "s,@@SE_DOC@@,${DOCDIR},g" \ + -e "s,@@SE_LIB@@,${LIBDIR},g" \ -e "s,@@SE_LIBEXEC@@,${LIBEXECDIR},g" \ ${FILESDIR}/smalleiffel.sh > ${WRKDIR}/smalleiffel.sh ${SED} -e "s,@@SE_LIB@@,${LIBDIR},g" \ -- cgit v1.2.3