openbsd-ports/lang/a60/patches/patch-Makefile_in
bcallah aff89cdeef Import lang/a60, the NASE A60 Algol interpreter.
ok benoit@ juanfra@

a60 is the Algol 60 interpreter NASE A60. Made for fun and call-by-name.

NASE A60 is based on the Revised Report on the Algorithmic Language
Algol 60.

Additionally there is the xa60 frontend: a simple edit-and-go X11 IDE.
2017-11-04 21:46:21 +00:00

14 lines
337 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2017/11/04 21:46:21 bcallah Exp $
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
@@ -237,6 +237,7 @@ inst-man:
$(INSTALL_DATA) a60.man $(MANDIR)/$(PRG).$(MANSUFF)
inst-lib:
+ -install -d -m 755 $(LIBDIR)
-$(INSTALL_DATA) a60-mkc.inc $(LIBDIR)
install: inst-man inst-bin inst-lib