diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-04 14:36:43 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-04 14:36:43 +0000 |
commit | e4d8b541f36d7a199136b26198edafbd8e4611bc (patch) | |
tree | 5193b7426dda50bd6587e7314ab7e158b0eb58db /net/whois/files | |
parent | 6bcf226e598cfc3f5c0c06765ebfb19940ec2bf4 (diff) |
Notes
Diffstat (limited to 'net/whois/files')
-rw-r--r-- | net/whois/files/patch-aa | 38 | ||||
-rw-r--r-- | net/whois/files/patch-ab | 12 |
2 files changed, 50 insertions, 0 deletions
diff --git a/net/whois/files/patch-aa b/net/whois/files/patch-aa new file mode 100644 index 000000000000..2ff7c45811b6 --- /dev/null +++ b/net/whois/files/patch-aa @@ -0,0 +1,38 @@ +*** work/whois-4.6.6/Makefile Thu Dec 5 01:22:15 2002 +--- Makefile Thu Oct 2 10:53:29 2003 +*************** +*** 9,16 **** + #LDFLAGS=-lintl + + # FreeBSD +! #LDFLAGS=-L/usr/local/lib -lgnugetopt -lintl +! #CFLAGS=-I/usr/local/include + + # OS/2 EMX + #LDFLAGS=-lsocket -Zexe -Dstrncasecmp=strnicmp +--- 9,16 ---- + #LDFLAGS=-lintl + + # FreeBSD +! LDFLAGS=-L/usr/local/lib -lgnugetopt -lintl +! CFLAGS=-I/usr/local/include + + # OS/2 EMX + #LDFLAGS=-lsocket -Zexe -Dstrncasecmp=strnicmp +*************** +*** 35,41 **** + install: whois + install -m 0755 whois $(BASEDIR)$(prefix)/bin/ + strip $(BASEDIR)$(prefix)/bin/whois +! install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/ + cd po && $(MAKE) $@ + + +--- 35,41 ---- + install: whois + install -m 0755 whois $(BASEDIR)$(prefix)/bin/ + strip $(BASEDIR)$(prefix)/bin/whois +! install -m 0644 whois.1 $(BASEDIR)$(prefix)/man/man1/ + cd po && $(MAKE) $@ + + diff --git a/net/whois/files/patch-ab b/net/whois/files/patch-ab new file mode 100644 index 000000000000..d03b183e610b --- /dev/null +++ b/net/whois/files/patch-ab @@ -0,0 +1,12 @@ +*** po/Makefile.orig Sun Jun 15 18:46:16 2003 +--- po/Makefile Thu Oct 2 11:13:18 2003 +*************** +*** 41,46 **** +--- 41,47 ---- + rm -f whois.pot + + install: $(CATALOGS) ++ $(INSTALL) -d $(INSTALLNLSDIR) + for n in $(CATALOGS); do \ + l=`basename $$n .mo`; \ + $(INSTALL) -m 755 -d $(INSTALLNLSDIR)/$$l; \ |