openbsd-ports/mail/elm/patches/patch-aa
2000-01-05 09:06:12 +00:00

21 lines
473 B
Plaintext

--- nls/Makefile.orig Tue Jan 4 18:32:30 2000
+++ nls/Makefile Tue Jan 4 18:32:32 2000
@@ -3,7 +3,7 @@
#
LANGFILE=LANGS
CATNAME=elm2.4me+.cat
-GENCAT= nls/gencat
+GENCAT= /usr/bin/gencat
HDIR= ../hdrs
SDIR= C/C/C
@@ -46,7 +46,7 @@ install:
./Install $(LANGFILE) $(GENCAT) $(CATNAME)
$(HFILES): $(MFILES)
- gencat/gencat $(MSGCAT) "$(SDIR)/`basename $@ .h`".m -h $@
+ $(GENCAT) $(MSGCAT) "$(SDIR)/`basename $@ .h`".m -h $@
clean: FRC
/bin/rm -f $(MSGCAT)