mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
emulators/simh-hp2100: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
886bea719b
commit
97c4bba50a
@ -1,5 +1,6 @@
|
||||
PORTNAME= hp2100
|
||||
DISTVERSION= 3.11-0.31
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://simh.trailing-edge.com/hp/releases/:src \
|
||||
http://simh.trailing-edge.com/hp/docs/:app \
|
||||
@ -37,7 +38,7 @@ do-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hp2100 ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKDIR}/hp2100.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKDIR}/hp2100.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/SCP/doc/*.txt ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/SCP/doc/hp2100_guide.pdf ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/hp2100
|
||||
man/man1/hp2100.1.gz
|
||||
share/man/man1/hp2100.1.gz
|
||||
%%DOCSDIR%%/hp2100_bugfixes.txt
|
||||
%%DOCSDIR%%/hp2100_diag.txt
|
||||
%%DOCSDIR%%/hp2100_guide.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user