pkgsrc-WIP-changes archive

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

honk



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Mon Nov 21 21:52:02 2022 +0100
Changeset:	5b0df604e4569f6182a4c592e5cd57effd841b08

Modified Files:
	honk/Makefile

Log Message:
honk

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

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

diffstat:
 honk/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/honk/Makefile b/honk/Makefile
index 7def50cdd4..57e63cdaf4 100644
--- a/honk/Makefile
+++ b/honk/Makefile
@@ -69,6 +69,7 @@ do-install:
 .endfor
 	${MKDIR} ${DESTDIR}/${EGDIR}
 	${MKDIR} ${DESTDIR}/${DOCDIR}
+	${MKDIR} ${DESTDIR}/${DOCDIR}/toys
 .for page in 1 3 5 8
 	${INSTALL_MAN} ${WRKSRC}/docs/honk.${page} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man${page}
 .endfor
@@ -77,7 +78,6 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/docs/hfcs.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/honk_hfcs.1
 	${INSTALL_MAN} ${WRKSRC}/docs/intro.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/honk_intro.1
 	${INSTALL_MAN} ${WRKSRC}/docs/vim.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3/honk_vim.3
-	${MKDIR} ${DESTDIR}/${DOCDIR}/toys
 	${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}/README
 	${INSTALL_DATA} ${WRKSRC}/toys/README ${DESTDIR}${DOCDIR}/toys/README
 	cd ${WRKSRC} && ${PAX} -rw views ${DESTDIR}/${EGDIR}


Home | Main Index | Thread Index | Old Index