summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3-legacy/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /sysutils/cfengine3-legacy/files/patch-ad
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'sysutils/cfengine3-legacy/files/patch-ad')
-rw-r--r--sysutils/cfengine3-legacy/files/patch-ad37
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/cfengine3-legacy/files/patch-ad b/sysutils/cfengine3-legacy/files/patch-ad
deleted file mode 100644
index f8a19a8ba386..000000000000
--- a/sysutils/cfengine3-legacy/files/patch-ad
+++ /dev/null
@@ -1,37 +0,0 @@
-This moves the documentation out of /usr/local/share/cfengine/{doc,html} into
-/usr/local/shared/doc/cfengine to keep it inline with the rest of the ports.
-
---- doc/Makefile.am.orig Fri Dec 1 19:24:39 2000
-+++ doc/Makefile.am Tue Jan 23 02:07:04 2001
-@@ -2,7 +2,7 @@
- info_TEXINFOS = cfengine-Reference.texinfo cfengine-Tutorial.texinfo
-
- # Info used in building and installing HTML files
--htmldir = $(pkgdatadir)/html
-+htmldir = $(datadir)/doc/cfengine
- htmlfiles = cfengine-Reference.html cfengine-Tutorial.html
- html_DATA = $(htmlfiles) cf-security.html
-
-@@ -14,18 +14,19 @@
- # then uncomment the reference to ps2
- psfiles = $(ps1) # $(ps2)
-
--psdir = $(pkgdatadir)/doc
-+psdir = $(datadir)/doc/cfengine
- ps_DATA = $(psfiles)
-
- # Make sure these get distributed with everything else.
- EXTRA_DIST = \
- texinfo.tex \
-- cf-security.html \
-+ $(html_DATA) \
-+ $(ps_DATA) \
- locks.latex \
- paper1.latex \
- paper2.latex
-
--SUFFIXES = html latex
-+SUFFIXES = .html .latex
-
- %.html : %.texinfo
- ${MAKEINFO} --html $<