aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3asm
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-12-21 15:40:53 +0800
committerdinoex <dinoex@FreeBSD.org>2003-12-21 15:40:53 +0800
commit1a2073d037f8850e6bfdb82da1e193a302f83f4e (patch)
tree9ab43aaabc6b0b91b9125552bfa607203e27215e /audio/mp3asm
parente7d7dd3009f8751bcf91e73e82687c523ba11b4a (diff)
downloadfreebsd-ports-gnome-1a2073d037f8850e6bfdb82da1e193a302f83f4e.tar.gz
freebsd-ports-gnome-1a2073d037f8850e6bfdb82da1e193a302f83f4e.tar.zst
freebsd-ports-gnome-1a2073d037f8850e6bfdb82da1e193a302f83f4e.zip
- take maintainership
- make portlint happy
Diffstat (limited to 'audio/mp3asm')
-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