freebsd-ports/sysutils/cfengine2/files/patch-Makefile.in
Sergei Kolobov bf2b195e00 - Update to 2.1.16
- Beat the port to respect NOPORTDOCS
- Add patches to fix compilation errors under 4.x (to be submitted upstream)
- A patch to fix security vulnerability will be committed separately
2005-10-07 06:58:31 +00:00

17 lines
491 B
Text

--- Makefile.in.orig Sat Oct 1 16:32:09 2005
+++ Makefile.in Fri Oct 7 10:36:51 2005
@@ -201,8 +201,12 @@
@BUILD_DOC_TRUE@DOC_DIR = doc
SUBDIRS = pub src contrib inputs $(DOC_DIR)
EXTRA_DIST = acconfig.h doc/cfengine.8 COPYING ChangeLog INSTALL NEWS README
-docdir = $(pkgdatadir)
-doc_DATA = README ChangeLog INSTALL NEWS
+docdir = $(prefix)/share/doc/cfengine
+.if defined(NOPORTDOCS)
+doc_DATA =
+.else
+doc_DATA = AUTHORS ChangeLog README TODO
+.endif
#
# Some basic clean ups