pkgsrc-WIP-changes archive

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

(ham/wsjtx) files/README -> share/doc/wsjtx/README.netbsd



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Sun Jan 11 20:11:45 2026 +0900
Changeset:	4ee09d986848ac6aa8512450fe65a4e29f7a6949

Modified Files:
	wsjtx/Makefile
	wsjtx/PLIST

Log Message:
(ham/wsjtx) files/README -> share/doc/wsjtx/README.netbsd

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

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

diffstat:
 wsjtx/Makefile | 5 +++++
 wsjtx/PLIST    | 1 +
 2 files changed, 6 insertions(+)

diffs:
diff --git a/wsjtx/Makefile b/wsjtx/Makefile
index 8d1d5e7d17..acd76f647a 100644
--- a/wsjtx/Makefile
+++ b/wsjtx/Makefile
@@ -56,6 +56,11 @@ pre-patch:
 	)
 
 WRKSRC=		${WRKDIR}/wsjtx
+PKGDOCDIR=	${PREFIX}/share/doc/${PKGBASE}
+
+post-install:
+	${INSTALL_DATA_DIR} ${DESTDIR}${PKGDOCDIR}
+	${INSTALL_DATA} files/README ${DESTDIR}${PKGDOCDIR}/README.netbsd
 
 # debug only (checking log)
 #AKE_JOBS_SAFE=	no
diff --git a/wsjtx/PLIST b/wsjtx/PLIST
index 60aeb94fac..e2d5d08dd0 100644
--- a/wsjtx/PLIST
+++ b/wsjtx/PLIST
@@ -26,6 +26,7 @@ share/doc/wsjtx/BUGS
 share/doc/wsjtx/COPYING
 share/doc/wsjtx/NEWS
 share/doc/wsjtx/README
+share/doc/wsjtx/README.netbsd
 share/doc/wsjtx/THANKS
 share/doc/wsjtx/changelog.gz
 share/doc/wsjtx/copyright


Home | Main Index | Thread Index | Old Index