freebsd-ports/textproc/libfo/files/patch-Makefile.am
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

12 lines
270 B
Plaintext

--- Makefile.am.orig 2009-03-11 21:08:57 UTC
+++ Makefile.am
@@ -6,7 +6,7 @@ if ENABLE_CUNIT
CUNIT_DIRS = cunit
endif
-SUBDIRS = libfo xmlroff . examples docs $(CUNIT_DIRS)
+SUBDIRS = libfo . examples $(CUNIT_DIRS)
if PLATFORM_WIN32
no_undefined = -no-undefined