aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-12-21 07:40:53 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-12-21 07:40:53 +0000
commit4f60845a8baf39543bac0bb4f848a2117143ee56 (patch)
treef57531a63d07024ea222cb30eda2cbf3c70a4eff /audio
parentd3e4b37dfcdb63a77e4df90f699193763531addd (diff)
downloadports-4f60845a8baf39543bac0bb4f848a2117143ee56.tar.gz
ports-4f60845a8baf39543bac0bb4f848a2117143ee56.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3asm/Makefile6
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