diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 09:53:54 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 09:53:54 +0000 |
commit | 72fb55e19779cc6ee67f56365ca720e8328e7508 (patch) | |
tree | ac6d49a807a2e5cdde45b5f16f9da005496957ad /net/jwhois/files/patch-ac | |
parent | Initial import of baudline 0.88 (diff) |
Update to version 3.1.0
PR: 34751
Submitted by: MAINTAINER
Diffstat (limited to 'net/jwhois/files/patch-ac')
-rw-r--r-- | net/jwhois/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/jwhois/files/patch-ac b/net/jwhois/files/patch-ac new file mode 100644 index 000000000000..8812018fe54f --- /dev/null +++ b/net/jwhois/files/patch-ac @@ -0,0 +1,11 @@ +--- Makefile.in.dist Thu Jan 10 03:50:32 2002 ++++ Makefile.in Sat Feb 9 18:07:56 2002 +@@ -99,7 +99,7 @@ + sgid = @sgid@ + + EXTRA_DIST = include/*.h example/jwhois.conf macros/*.m4 jwhois.spec.in jwhois.spec +-SUBDIRS = doc intl src example @POSUB@ ++SUBDIRS = doc intl src @POSUB@ + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |