pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

yash: fix problem with missing man page.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Sat Oct 29 20:03:37 2022 +0200
Changeset:	f39dbf5af4f09db6f7e37bc13bc8a68add247bbf

Modified Files:
	yash/Makefile
	yash/PLIST

Log Message:
yash: fix problem with missing man page.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f39dbf5af4f09db6f7e37bc13bc8a68add247bbf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 yash/Makefile | 2 +-
 yash/PLIST    | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/yash/Makefile b/yash/Makefile
index 885194a2b3..ead3a24579 100644
--- a/yash/Makefile
+++ b/yash/Makefile
@@ -12,7 +12,7 @@ LICENSE=	gnu-gpl-v2
 
 HAS_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--prefix=${PREFIX}
-CONFIGURE_ARGS+=	--mandir=${PKGMANDIR}
+CONFIGURE_ARGS+=	--mandir=${PREFIX}/${PKGMANDIR}
 CONFIGURE_ARGS+=	--enable-history
 CONFIGURE_ARGS+=	--enable-lineedit
 
diff --git a/yash/PLIST b/yash/PLIST
index 6fa191fbe3..99725d843e 100644
--- a/yash/PLIST
+++ b/yash/PLIST
@@ -1,5 +1,7 @@
 @comment $NetBSD$
 bin/yash
+man/ja/man1/yash.1
+man/man1/yash.1
 share/locale/en@boldquot/LC_MESSAGES/yash.mo
 share/locale/en@quot/LC_MESSAGES/yash.mo
 share/locale/ja/LC_MESSAGES/yash.mo


Home | Main Index | Thread Index | Old Index