diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 12:55:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 12:55:05 +0000 |
commit | 964e654ef7455cf486f3acb6153b27bce01108c7 (patch) | |
tree | 6d1856309bd1626153e506d56b47f4bd6a0ec772 /audio/wmmp3 | |
parent | bbde223ae2d3857179c24e0714ff9f6ef53fb4d9 (diff) | |
download | FreeBSD-ports-964e654ef7455cf486f3acb6153b27bce01108c7.zip FreeBSD-ports-964e654ef7455cf486f3acb6153b27bce01108c7.tar.gz |
Typo fix (PORTNAMEN -> PORTNAME).
Diffstat (limited to 'audio/wmmp3')
-rw-r--r-- | audio/wmmp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wmmp3/Makefile b/audio/wmmp3/Makefile index 7014250..c98d43e 100644 --- a/audio/wmmp3/Makefile +++ b/audio/wmmp3/Makefile @@ -4,7 +4,7 @@ # # $FreeBSD$ -PORTNAMEN= wmmp3 +PORTNAME= wmmp3 PORTVERSION= 0.11 CATEGORIES= audio windowmaker MASTER_SITES= http://www.dotfiles.com/software/wmmp3/ |