diff options
| author | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 10:21:20 +0000 |
|---|---|---|
| committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 10:21:20 +0000 |
| commit | 985047d96a05b4380231e6d0802111870af91599 (patch) | |
| tree | 47935a62905979155a85e2e76f51f01903fa969d /sysutils/cfengine3/files/patch-ad | |
| parent | 6897c38223db6801b5f2c675b3315aee9ceed38f (diff) | |
Per the instructions of the software, cfengine is now dependent on BerkleyDB 3.
In fact, the only thing (that I can tell anyway) that uses the DB functions is
cfd. I'm guessing most people don't use it, especially since I haven't heard
any complaints about it.
Also, it was putting some of the docs in / (for some really strange reason).
That should be fixed too. They are now put in {PREFIX}/share/doc/cfengine,
depending on NOPORTSDOC (somewhat reverse logic than normal, but it made the
amount of changes less).
Finally, strip the binaries.
PR: 26189
Submitted by: maintainer
Diffstat (limited to 'sysutils/cfengine3/files/patch-ad')
| -rw-r--r-- | sysutils/cfengine3/files/patch-ad | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/cfengine3/files/patch-ad b/sysutils/cfengine3/files/patch-ad index 39fe0b6f9b16..f8a19a8ba386 100644 --- a/sysutils/cfengine3/files/patch-ad +++ b/sysutils/cfengine3/files/patch-ad @@ -1,3 +1,6 @@ +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 @@ @@ -5,7 +8,7 @@ # Info used in building and installing HTML files -htmldir = $(pkgdatadir)/html -+htmldir = # $(pkgdatadir)/html ++htmldir = $(datadir)/doc/cfengine htmlfiles = cfengine-Reference.html cfengine-Tutorial.html html_DATA = $(htmlfiles) cf-security.html @@ -14,7 +17,7 @@ psfiles = $(ps1) # $(ps2) -psdir = $(pkgdatadir)/doc -+psdir = # $(pkgdatadir)/doc ++psdir = $(datadir)/doc/cfengine ps_DATA = $(psfiles) # Make sure these get distributed with everything else. |
