1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/java/guavac/files/patch-ag
Masafumi Max NAKANE db2b7d810e Patch up Makefile.in to ignore the doc subdirectory since guavac.info
doesn't provide any information at all.  (This file is close to
empty.)
1997-06-30 10:32:45 +00:00

12 lines
433 B
Plaintext

--- Makefile.in.orig Sat Jun 14 03:18:41 1997
+++ Makefile.in Mon Jun 30 19:27:30 1997
@@ -52,7 +52,7 @@
# prefix='$(prefix)' exec_prefix='$(exec_prefix)' \
# bindir='$(bindir)' infodir='$(infodir)' mandir='$(mandir)'
-SUBDIRS = common compiler man doc checks
+SUBDIRS = common compiler man checks # doc
DISTFILES = README NEWS TODO THANKS COPYING RELEASE ChangeLog \
configure.in mkinstalldirs install-sh Makefile.in \