Index: head/audio/linux-neroaaccodec/Makefile =================================================================== --- head/audio/linux-neroaaccodec/Makefile (revision 427087) +++ head/audio/linux-neroaaccodec/Makefile (revision 427088) @@ -1,41 +1,45 @@ # Created by: Yuichiro AIZAWA # $FreeBSD$ PORTNAME= neroaaccodec PORTVERSION= 1.5.1 CATEGORIES= audio multimedia linux MASTER_SITES= ftp://ftp6.nero.com/tools/ PKGNAMEPREFIX= linux- 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 NO_BUILD= yes NO_WRKSUBDIR= yes RESTRICTED= Solely for personal non-commercial and/or technology-evaluation purposes. No reproduction and/or distribution permitted. PLIST_FILES= bin/neroAacDec \ bin/neroAacEnc \ bin/neroAacTag PORTDOCS= NeroAAC_tut.pdf \ - changelog.txt \ - license.txt \ - readme.txt + changelog.txt \ + license.txt \ + readme.txt OPTIONS_DEFINE= DOCS 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}/ .endfor .include