summaryrefslogtreecommitdiff
path: root/lang/smalleiffel/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-09-06 14:31:38 +0000
committerjlam <jlam>2000-09-06 14:31:38 +0000
commit47f5d976ac9ceb6d35dc7befa38335b0d21c8103 (patch)
treeef43d9b1bc8a0e48fe5bf00c36e6dcc532a29056 /lang/smalleiffel/Makefile
parent5b11f3acbacdfd88722e6df9e7b91c149c104ce3 (diff)
downloadpkgsrc-47f5d976ac9ceb6d35dc7befa38335b0d21c8103.tar.gz
Make smalleiffel wrapper script display a usage statement when called
with no arguments. Also move HTML documentation into ${PREFIX}/share/doc/html.
Diffstat (limited to 'lang/smalleiffel/Makefile')
-rw-r--r--lang/smalleiffel/Makefile7
1 files changed, 4 insertions, 3 deletions
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" \