mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
ba75d40447
o change package name elm-2.4ME+82 -> elm+ME-2.4.87. previous naming scheme violates our porting rule. o add PORTEPOCH not to confuse pkg_version. o change maintainer. o add more and more MASTER_SITES. PR: 24171 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> (new maintainer)
21 lines
455 B
Plaintext
21 lines
455 B
Plaintext
--- nls/Makefile.orig Fri Dec 29 20:56:45 2000
|
|
+++ nls/Makefile Sat Jan 6 23:21:16 2001
|
|
@@ -3,7 +3,7 @@
|
|
#
|
|
LANGFILE=LANGS
|
|
CATNAME=elm2.4me+.cat
|
|
-GENCAT= nls/gencat
|
|
+GENCAT= gencat
|
|
|
|
HDIR= ../hdrs
|
|
SDIR= C/C/C
|
|
@@ -44,7 +44,7 @@
|
|
./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)
|