diff options
author | lippe <lippe@FreeBSD.org> | 2009-10-19 04:17:50 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2009-10-19 04:17:50 +0800 |
commit | b3fe7a104d73ca4dec6597348e431814c24c06bf (patch) | |
tree | 31950f6c26165d85e4750a13148c4a97b1f0000c /audio/toolame | |
parent | 8da6daa1ec73de17b51283224e142118ee2f627c (diff) | |
download | freebsd-ports-graphics-b3fe7a104d73ca4dec6597348e431814c24c06bf.tar.gz freebsd-ports-graphics-b3fe7a104d73ca4dec6597348e431814c24c06bf.tar.zst freebsd-ports-graphics-b3fe7a104d73ca4dec6597348e431814c24c06bf.zip |
- Pass maintainership to submitter.
PR: ports/139458
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Diffstat (limited to 'audio/toolame')
-rw-r--r-- | audio/toolame/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index d3564d45b23..7c9af6d302a 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%200.2/${PORTNAME}%2002l DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Optimized mpeg 1/2 layer 2 audio encoder USE_GMAKE= yes @@ -26,9 +26,11 @@ PORTDOCS= FUTURE HISTORY LGPL.txt README .include <bsd.port.pre.mk> do-install: -.ifndef(NOPORTDOCS) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} +.endfor .endif @${INSTALL_PROGRAM} ${WRKSRC}/toolame ${PREFIX}/bin |