diff options
author | ben <ben@pkgsrc.org> | 2004-09-23 22:50:59 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-09-23 22:50:59 +0000 |
commit | 51e49a5bfbcd461dd93797361c70cae4f418e8d6 (patch) | |
tree | 1c717346e7f857bc6906359bce805d296469487c /sysutils/cfengine2-doc | |
parent | 75bc24169fd89b58e258ceb19a620a8d5c703a5d (diff) | |
download | pkgsrc-51e49a5bfbcd461dd93797361c70cae4f418e8d6.tar.gz |
Move man pages from cfengine2-doc to cfengine package.
Addresses one of the issues in PR#26614.
Diffstat (limited to 'sysutils/cfengine2-doc')
-rw-r--r-- | sysutils/cfengine2-doc/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cfengine2-doc/PLIST | 10 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sysutils/cfengine2-doc/Makefile b/sysutils/cfengine2-doc/Makefile index b091505dcef..f19e5c40c9c 100644 --- a/sysutils/cfengine2-doc/Makefile +++ b/sysutils/cfengine2-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/09/13 21:12:19 salo Exp $ +# $NetBSD: Makefile,v 1.6 2004/09/23 22:50:59 ben Exp $ # PKGNAME= cfengine-doc-${CFENGINE_VERSION} @@ -14,8 +14,6 @@ INFO_FILES= cfengine-Reference.info cfengine-Tutorial.info INFO_FILES+= cfengine-Anomalies.info do-install: - ${INSTALL_MAN_DIR} ${PREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/doc/*.8 ${PREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/doc/cfengine-*.info* ${PREFIX}/info ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/cfengine ${INSTALL_DATA} ${WRKSRC}/doc/cfengine-*.html ${PREFIX}/share/doc/html/cfengine diff --git a/sysutils/cfengine2-doc/PLIST b/sysutils/cfengine2-doc/PLIST index 2da2285146b..3e14978a119 100644 --- a/sysutils/cfengine2-doc/PLIST +++ b/sysutils/cfengine2-doc/PLIST @@ -1,12 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/09/13 21:12:19 salo Exp $ -man/man8/cfagent.8 -man/man8/cfengine.8 -man/man8/cfenvd.8 -man/man8/cfenvgraph.8 -man/man8/cfexecd.8 -man/man8/cfkey.8 -man/man8/cfrun.8 -man/man8/cfservd.8 +@comment $NetBSD: PLIST,v 1.6 2004/09/23 22:50:59 ben Exp $ share/doc/html/cfengine/cfengine-Anomalies.html share/doc/html/cfengine/cfengine-Reference.html share/doc/html/cfengine/cfengine-Tutorial.html |