diff options
author | rhaen <rhaen> | 2008-09-07 09:34:31 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2008-09-07 09:34:31 +0000 |
commit | 11b91594931510b630b5555cb50aaadd8f955268 (patch) | |
tree | d69dfcf2e1d0af86c1e2e6eff80eb12b5587a677 /sysutils | |
parent | d22a9e72a9a98d50a0245276333485e6b76ab6b1 (diff) | |
download | pkgsrc-11b91594931510b630b5555cb50aaadd8f955268.tar.gz |
Removed the documentation package for cfengine, since it's not part of
cfengine in 2.2.8 anymore, the documents are kept online. In order to
avoid to ship old documentation the package is beeing removed.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine2-doc/DESCR | 3 | ||||
-rw-r--r-- | sysutils/cfengine2-doc/Makefile | 26 | ||||
-rw-r--r-- | sysutils/cfengine2-doc/PLIST | 8 |
3 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/cfengine2-doc/DESCR b/sysutils/cfengine2-doc/DESCR deleted file mode 100644 index e4c6e6e5c72..00000000000 --- a/sysutils/cfengine2-doc/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -Documentation for cfengine, a very high level language for building -expert systems to administrate and configure large computer -networks. diff --git a/sysutils/cfengine2-doc/Makefile b/sysutils/cfengine2-doc/Makefile deleted file mode 100644 index f5ba5eaf3ad..00000000000 --- a/sysutils/cfengine2-doc/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:35 joerg Exp $ -# - -PKGNAME= cfengine-doc-${CFENGINE_VERSION} - -PKG_DESTDIR_SUPPORT= user-destdir - -.include "../../sysutils/cfengine2/Makefile.common" - -COMMENT= Documentation for cfengine - -NO_CONFIGURE= yes -NO_BUILD= yes -INFO_FILES= # PLIST - -HTMLDIR= ${PREFIX}/share/doc/html/cfengine -INSTALLATION_DIRS= ${PKGINFODIR} ${HTMLDIR} - -do-install: - cd ${WRKSRC}/doc; for f in *.info *.info-[0-9]*; do \ - ${TEST} ! -f "$$f" || \ - ${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR}; \ - done - ${INSTALL_DATA} ${WRKSRC}/doc/cfengine-*.html ${DESTDIR}${HTMLDIR} - -.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/cfengine2-doc/PLIST b/sysutils/cfengine2-doc/PLIST deleted file mode 100644 index c9a4ca7eb66..00000000000 --- a/sysutils/cfengine2-doc/PLIST +++ /dev/null @@ -1,8 +0,0 @@ -@comment $NetBSD: PLIST,v 1.7 2006/04/07 19:54:16 jlam Exp $ -info/cfengine-Anomalies.info -info/cfengine-Reference.info -info/cfengine-Tutorial.info -share/doc/html/cfengine/cfengine-Anomalies.html -share/doc/html/cfengine/cfengine-Reference.html -share/doc/html/cfengine/cfengine-Tutorial.html -@dirrm share/doc/html/cfengine |