Edit

IABSD.fr/ports/lang/snobol4/patches

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2024-01-22 20:23:26
    Hash : 7d69f8fe
    Message : - update to snobol-2.3.2 maintainer timed-out

  • patch-Makefile2_m4
  • Index: Makefile2.m4
    --- Makefile2.m4.orig
    +++ Makefile2.m4
    @@ -748,9 +748,9 @@ install_notiming: build_all
     	$(INSTALL) sdb $(BINDIR)/sdb-$(VERS)
     	$(INSTALL) snopea $(BINDIR)/snopea-$(VERS)
     	rm -f $(BINDIR)/snobol4 $(BINDIR)/sdb $(BINDIR)/snopea
    -	cd $(BINDIR) && ln -s snobol4-$(VERS) snobol4
    -	cd $(BINDIR) && ln -s sdb-$(VERS) sdb
    -	cd $(BINDIR) && ln -s snopea-$(VERS) snopea
    +	$(INSTALL) $(INSTALL_BIN_FLAGS) snobol4 $(BINDIR)/snobol4
    +	$(INSTALL) sdb $(BINDIR)/sdb
    +	$(INSTALL) snopea $(BINDIR)/snopea
     	$(INSTALL) -d $(MAN1DIR)
     	INSTALL_MAN_PAGES(.,1)
     	INSTALL_MAN_PAGES(doc,1)