emulators/simh-hpdoc: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 20:44:19 +01:00
parent 7f03c2083b
commit cf4dff451a
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= hpdoc PORTNAME= hpdoc
DISTVERSION= 3.11.0 DISTVERSION= 3.11.0
PORTREVISION= 1
CATEGORIES= emulators CATEGORIES= emulators
MASTER_SITES= http://simh.trailing-edge.com/hp/releases/:src \ MASTER_SITES= http://simh.trailing-edge.com/hp/releases/:src \
http://simh.trailing-edge.com/hp/docs/:app \ http://simh.trailing-edge.com/hp/docs/:app \
@ -41,7 +42,7 @@ do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/SCP/doc/simh_doc.pdf ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/SCP/doc/simh_doc.pdf ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/SCP/doc/simh_supplement.pdf ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/SCP/doc/simh_supplement.pdf ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKDIR}/hpdoc.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKDIR}/hpdoc.1 ${STAGEDIR}${PREFIX}/share/man/man1
do-install-APPNOTES-on: do-install-APPNOTES-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}

View file

@ -1,4 +1,4 @@
man/man1/hpdoc.1.gz share/man/man1/hpdoc.1.gz
%%DOCSDIR%%/simh_doc.pdf %%DOCSDIR%%/simh_doc.pdf
%%DOCSDIR%%/simh_supplement.pdf %%DOCSDIR%%/simh_supplement.pdf
%%APPNOTES%%%%DOCSDIR%%/hp_1000_io_simulation.pdf %%APPNOTES%%%%DOCSDIR%%/hp_1000_io_simulation.pdf