o Fix typo: use PKGNAMESUFFIX for naming destination directories
when installing docs o Bump PORTREVISION due to installation fix Prompted by: bento
This commit is contained in:
parent
3b47b59a82
commit
6872036594
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80643
1 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= mctoolame
|
||||
PORTVERSION= 0.1.a
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -58,8 +59,8 @@ post-configure:
|
|||
|
||||
do-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}/html
|
||||
@${INSTALL_DATA} ${WRKSRC}/html/* ${DOCSDIR}/html
|
||||
@${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}/html
|
||||
@${INSTALL_DATA} ${WRKSRC}/html/* ${DOCSDIR}${PKGNAMESUFFIX}/html
|
||||
.endif
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${PREFIX}/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue