summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/c2man/c2man.morph11
1 files changed, 0 insertions, 11 deletions
diff --git a/strata/c2man/c2man.morph b/strata/c2man/c2man.morph
deleted file mode 100644
index 93390d2d..00000000
--- a/strata/c2man/c2man.morph
+++ /dev/null
@@ -1,11 +0,0 @@
-name: c2man
-kind: chunk
-configure-commands:
-- ./Configure -d -e
-build-commands:
-- make LEX=flex
-install-commands:
-- mkdir -p $DESTDIR$PREFIX/bin
-- mkdir -p $DESTDIR$PREFIX/lib
-- mkdir -p $DESTDIR$PREFIX/man
-- make install bin=$DESTDIR$PREFIX/bin privlib=$DESTDIR$PREFIX/lib/c2man mansrc=$DESTDIR$PREFIX/man