lang/yorick: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
512e45e185
commit
ae7fa19ca3
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= yorick
|
||||
DISTVERSIONPREFIX= y_
|
||||
DISTVERSION= 2_2_04
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= lang math
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
|
@ -46,7 +46,7 @@ post-install:
|
|||
@${RM} -r ${WRKSRC}/relocatable/doc ${PREFIX}/lib/${PORTNAME}
|
||||
@${MV} ${WRKSRC}/relocatable ${STAGEDIR}${PREFIX}/lib/${PORTNAME}
|
||||
.for f in gist yorick
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/bin/${f}
|
||||
${LN} -sf ../lib/${PORTNAME}/bin/${f} ${STAGEDIR}${PREFIX}/bin/${f}
|
||||
.endfor
|
||||
|
|
|
@ -177,5 +177,5 @@ lib/yorick/lib/libdep.sh
|
|||
lib/yorick/lib/libyor.a
|
||||
lib/yorick/lib/main.o
|
||||
lib/yorick/yorick.el
|
||||
man/man1/gist.1.gz
|
||||
man/man1/yorick.1.gz
|
||||
share/man/man1/gist.1.gz
|
||||
share/man/man1/yorick.1.gz
|
||||
|
|
Loading…
Reference in a new issue