pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bystand: Install more documentation
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By: micha
Date: Mon Mar 9 13:15:54 2020 +0100
Changeset: d926100e02368d3a30eb0ba8c851a319d4ae42d0
Modified Files:
bystand/Makefile
bystand/PLIST
Log Message:
bystand: Install more documentation
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d926100e02368d3a30eb0ba8c851a319d4ae42d0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bystand/Makefile | 4 +++-
bystand/PLIST | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/bystand/Makefile b/bystand/Makefile
index e3d9429796..da2750ef38 100644
--- a/bystand/Makefile
+++ b/bystand/Makefile
@@ -14,7 +14,7 @@ USE_LANGUAGES+= c99
.include "../../mk/bsd.prefs.mk"
-INSTALLATION_DIRS= bin share/doc/bystand/setup
+INSTALLATION_DIRS= bin share/doc/bystand share/doc/bystand/setup
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
@@ -23,6 +23,8 @@ do-build:
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${WRKSRC}/bystand \
${DESTDIR}${PREFIX}/bin/bystand
+ cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/bystand.doc \
+ ${DESTDIR}${PREFIX}/share/doc/bystand/bystand.doc
cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/setup/README \
${DESTDIR}${PREFIX}/share/doc/bystand/setup/README
cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/setup/schema \
diff --git a/bystand/PLIST b/bystand/PLIST
index 748d7918dc..e04a0531de 100644
--- a/bystand/PLIST
+++ b/bystand/PLIST
@@ -1,5 +1,6 @@
@comment $NetBSD$
bin/bystand
+share/doc/bystand/bystand.doc
share/doc/bystand/setup/README
share/doc/bystand/setup/schema
share/doc/bystand/setup/template
Home |
Main Index |
Thread Index |
Old Index