mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Correct a typo: 6 != 1
PR: ports/171551 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
This commit is contained in:
parent
7e400d5d0e
commit
6ee38255aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304114
@ -49,7 +49,7 @@ do-install:
|
||||
# Data
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${DATADIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/src/${MAN6} ${MAN1PREFIX}/man/man6
|
||||
${INSTALL_MAN} ${WRKSRC}/src/${MAN6} ${MAN6PREFIX}/man/man6
|
||||
|
||||
# Pixmaps
|
||||
${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/
|
||||
|
Loading…
Reference in New Issue
Block a user