1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Mark BROKEN: does not fetch (no such directory 'tools')

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2016-11-25 09:20:45 +00:00
parent 5882bedafc
commit 1a2a694bfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427088

View File

@ -11,6 +11,8 @@ DISTNAME= NeroAACCodec-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Nero AAC reference quality MPEG-4 and 3GPP audio codec
BROKEN= does not fetch (no such directory 'tools')
USES= dos2unix linux zip
DOS2UNIX_REGEX= .*\.txt
ONLY_FOR_ARCHS= i386 amd64
@ -23,9 +25,9 @@ PLIST_FILES= bin/neroAacDec \
bin/neroAacTag
PORTDOCS= NeroAAC_tut.pdf \
changelog.txt \
license.txt \
readme.txt
changelog.txt \
license.txt \
readme.txt
OPTIONS_DEFINE= DOCS
@ -33,6 +35,8 @@ do-install:
.for f in ${PLIST_FILES}
${INSTALL_PROGRAM} ${WRKSRC}/linux/${f:T} ${STAGEDIR}${PREFIX}/bin
.endfor
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/