diff options
author | gordon <gordon@FreeBSD.org> | 2002-09-19 23:49:09 +0800 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2002-09-19 23:49:09 +0800 |
commit | edbc32a8cbeed25ad31c29f7951304f33ca9b61f (patch) | |
tree | 21628d6a79d91f53cc8968f30a0302706c24406e /sysutils/cfengine | |
parent | f671bfbef3e1f413b1760cbb2279bd92633f01a8 (diff) | |
download | freebsd-ports-gnome-edbc32a8cbeed25ad31c29f7951304f33ca9b61f.tar.gz freebsd-ports-gnome-edbc32a8cbeed25ad31c29f7951304f33ca9b61f.tar.zst freebsd-ports-gnome-edbc32a8cbeed25ad31c29f7951304f33ca9b61f.zip |
Fix cfengine port now that makeinfo splits info -> html output. This broke
package building. The solution is to force it back to creating a monolithic
html file.
Submitted by: kris
Diffstat (limited to 'sysutils/cfengine')
-rw-r--r-- | sysutils/cfengine/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cfengine/files/patch-ad | 12 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile index 0a02481452e1..81c044333557 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/Makefile @@ -16,8 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gordon@FreeBSD.org -BROKEN= "Incorrect pkg-plist - .if defined(PACKAGE_BUILDING) BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX .endif diff --git a/sysutils/cfengine/files/patch-ad b/sysutils/cfengine/files/patch-ad index f8a19a8ba386..bac2c957947f 100644 --- a/sysutils/cfengine/files/patch-ad +++ b/sysutils/cfengine/files/patch-ad @@ -1,8 +1,8 @@ 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 +--- doc/Makefile.am.orig Fri Dec 1 02:24:39 2000 ++++ doc/Makefile.am Thu Sep 19 08:39:57 2002 @@ -2,7 +2,7 @@ info_TEXINFOS = cfengine-Reference.texinfo cfengine-Tutorial.texinfo @@ -12,7 +12,7 @@ This moves the documentation out of /usr/local/share/cfengine/{doc,html} into htmlfiles = cfengine-Reference.html cfengine-Tutorial.html html_DATA = $(htmlfiles) cf-security.html -@@ -14,18 +14,19 @@ +@@ -14,21 +14,22 @@ # then uncomment the reference to ps2 psfiles = $(ps1) # $(ps2) @@ -34,4 +34,8 @@ This moves the documentation out of /usr/local/share/cfengine/{doc,html} into +SUFFIXES = .html .latex %.html : %.texinfo - ${MAKEINFO} --html $< +- ${MAKEINFO} --html $< ++ ${MAKEINFO} --html --no-split $< + + %.dvi : %.latex + ${LATEX} $< |