summaryrefslogtreecommitdiff
path: root/ports/ed
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ed')
-rw-r--r--ports/ed3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/ed b/ports/ed
index 87dd05c..8a83ae4 100644
--- a/ports/ed
+++ b/ports/ed
@@ -14,7 +14,7 @@ configure() {
cat <<\EOF > Makefile
# This Makefile automatically generated by configure.
-CC = cc
+CC = x86_64-camellia-gcc
CFLAGS = -g -O2 -I. -D_GNU_SOURCE
PREFIX = /usr/local
@@ -63,5 +63,6 @@ prep() {
case $1 in
install) (prep; make; make install "PREFIX=$PREFIX" "MANDIR=$PREFIX/man/") ;;
clean) (prep; make clean) ;;
+ deepclean) (rm -rf oed) ;;
*) echo "usage: $0 install|clean"; false ;;
esac