mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
emulators/simh-hpdoc: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
7f03c2083b
commit
cf4dff451a
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= hpdoc
|
||||
DISTVERSION= 3.11.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://simh.trailing-edge.com/hp/releases/:src \
|
||||
http://simh.trailing-edge.com/hp/docs/:app \
|
||||
|
@ -41,7 +42,7 @@ do-install:
|
|||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/SCP/doc/simh_doc.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:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
man/man1/hpdoc.1.gz
|
||||
share/man/man1/hpdoc.1.gz
|
||||
%%DOCSDIR%%/simh_doc.pdf
|
||||
%%DOCSDIR%%/simh_supplement.pdf
|
||||
%%APPNOTES%%%%DOCSDIR%%/hp_1000_io_simulation.pdf
|
||||
|
|
Loading…
Add table
Reference in a new issue