diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-28 22:54:27 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-28 22:54:27 +0000 |
commit | 17cf9832b857f83ba79fdb8085e1306cd1bd7da7 (patch) | |
tree | aaa1ba42447db745c14828ae9bd12c41cb25847f /audio/muse/Makefile | |
parent | Merge in remaining changes from (diff) |
o muse(audio/muse) -> MuSE(audio/muse)
o clean-up pkg-plist
o Bump PORTREVISION accordingly
PR: ports/46819
Pointed out by: Brian Candler <B.Candler@pobox.com>
Noticed by: Joseph Scott <joseph@randomnetworks.com>
Diffstat (limited to 'audio/muse/Makefile')
-rw-r--r-- | audio/muse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 7c0a5b3ac5d4..95f106574ca6 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -6,8 +6,9 @@ # $FreeBSD$ # -PORTNAME= muse +PORTNAME= MuSE PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://savannah.nongnu.org/download/muse/ \ http://muse.dyne.org/releases/ |