summaryrefslogtreecommitdiff
path: root/editors/sam/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sam/patches/patch-af')
-rw-r--r--editors/sam/patches/patch-af41
1 files changed, 0 insertions, 41 deletions
diff --git a/editors/sam/patches/patch-af b/editors/sam/patches/patch-af
deleted file mode 100644
index 4eaeee2123e..00000000000
--- a/editors/sam/patches/patch-af
+++ /dev/null
@@ -1,41 +0,0 @@
-$NetBSD: patch-af,v 1.4 2001/05/01 09:16:25 agc Exp $
-
---- Makefile.orig Tue May 1 09:42:03 2001
-+++ Makefile Tue May 1 09:43:37 2001
-@@ -3,6 +3,15 @@
- # master makefile for sam. configure sub-makefiles first.
- #
-
-+
-+MAN=man
-+MAN1=sam
-+MAN3=add balloc bitblt cachechars event frame graphics rgbpix rune
-+MAN4=font keyboard utf
-+MAN6=bitmap regexp
-+APP_DEFAULT_DIR=${X11PREFIX}/lib/X11/app-defaults
-+AD=Sam
-+
- all: lXg lframe samdir samtermdir
-
- lXg:
-@@ -21,6 +30,20 @@
- cd libframe; $(MAKE) install
- cd sam; $(MAKE) install
- cd samterm; $(MAKE) install
-+ mkdir -p ${PREFIX}/include/sam
-+ cp include/u.h include/libc.h include/libg.h include/frame.h ${PREFIX}/include/sam/
-+ pwd
-+ for i in $(MAN1); do cp doc/$$i.1 $(PREFIX)/$(MAN)/man1/$$i.1; done
-+ for i in $(MAN3); do cp doc/$$i.3 $(PREFIX)/$(MAN)/man3/$$i.3; done
-+ for i in $(MAN4); do cp doc/$$i.4 $(PREFIX)/$(MAN)/man4/$$i.4; done
-+ for i in $(MAN6); do cp doc/$$i.6 $(PREFIX)/$(MAN)/man6/$$i.6; done
-+ cp doc/$(AD).ad $(APP_DEFAULT_DIR)/$(AD)
-+ strip $(PREFIX)/bin/sam
-+ strip $(PREFIX)/bin/samterm
-+ for i in $(MAN1); do gzip -9nf $(PREFIX)/$(MAN)/man1/$$i.1; done
-+ for i in $(MAN3); do gzip -9nf $(PREFIX)/$(MAN)/man3/$$i.3; done
-+ for i in $(MAN4); do gzip -9nf $(PREFIX)/$(MAN)/man4/$$i.4; done
-+ for i in $(MAN6); do gzip -9nf $(PREFIX)/$(MAN)/man6/$$i.6; done
-
- clean:
- cd libXg; $(MAKE) clean