diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /sysutils/cfengine3/files/patch-Makefile.in | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes:
svn path=/head/; revision=207820
svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'sysutils/cfengine3/files/patch-Makefile.in')
-rw-r--r-- | sysutils/cfengine3/files/patch-Makefile.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sysutils/cfengine3/files/patch-Makefile.in b/sysutils/cfengine3/files/patch-Makefile.in deleted file mode 100644 index 15fda846d1ee..000000000000 --- a/sysutils/cfengine3/files/patch-Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.in_orig Wed May 30 10:44:56 2007 -+++ Makefile.in Wed May 30 10:48:32 2007 -@@ -174,7 +174,7 @@ - build_vendor = @build_vendor@ - datadir = @datadir@ - datarootdir = @datarootdir@ --docdir = $(pkgdatadir) -+docdir = $(prefix)/share/doc/cfengine - dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ -@@ -209,7 +209,11 @@ - @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 --doc_DATA = README ChangeLog INSTALL NEWS -+.if defined(NOPORTDOCS) -+doc_DATA = -+.else -+doc_DATA = AUTHORS ChangeLog README TODO -+.endif - - # - # Some basic clean ups |