aboutsummaryrefslogtreecommitdiffstats
path: root/audio/toolame
diff options
context:
space:
mode:
authorlippe <lippe@FreeBSD.org>2009-10-19 04:17:50 +0800
committerlippe <lippe@FreeBSD.org>2009-10-19 04:17:50 +0800
commitb3fe7a104d73ca4dec6597348e431814c24c06bf (patch)
tree31950f6c26165d85e4750a13148c4a97b1f0000c /audio/toolame
parent8da6daa1ec73de17b51283224e142118ee2f627c (diff)
downloadfreebsd-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/Makefile8
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