- s/WITHOUT_PORTDOCS/NOPORTDOCS/ to fix plist
- bump PORTREVISION Prompted by: QA Tindy run Approved by: maintainer timeout on BotMail
This commit is contained in:
parent
009b2e3ff4
commit
774ae8a41d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216661
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= alac
|
||||
PORTVERSION= 0.1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://crazney.net/programs/itunes/files/
|
||||
DISTNAME= ${PORTNAME}_decoder-${PORTVERSION}
|
||||
|
@ -30,7 +31,7 @@ post-patch:
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/alac ${PREFIX}/bin/
|
||||
.if !defined(WITHOUT_PORTDOCS)
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue