diff options
-rw-r--r-- | audio/mp3asm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile index cbe138c706f2..a7b7bd12b112 100644 --- a/audio/mp3asm/Makefile +++ b/audio/mp3asm/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= MP3 frame level editor WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 @@ -35,8 +35,8 @@ post-patch: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in Changelog README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for i in Changelog README + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif |