diff options
author | miwi <miwi@FreeBSD.org> | 2012-03-25 11:55:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-03-25 11:55:38 +0800 |
commit | 36a63bf95aae5ed313e2e7a61bb5c3c448dbf246 (patch) | |
tree | 214e1d880f142b9d8117038c45625163a10b5352 /audio | |
parent | 97cd15fac5155f7d62ff5771a8755ae978203b24 (diff) | |
download | freebsd-ports-gnome-36a63bf95aae5ed313e2e7a61bb5c3c448dbf246.tar.gz freebsd-ports-gnome-36a63bf95aae5ed313e2e7a61bb5c3c448dbf246.tar.zst freebsd-ports-gnome-36a63bf95aae5ed313e2e7a61bb5c3c448dbf246.zip |
- Fix MASTER_SITES
- Fix COMMENT format
- Add LICENSE
PR: 166014
Submitted by: Ports Fury
Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/emms/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/emms/Makefile b/audio/emms/Makefile index 240702b02cc9..9a583340d852 100644 --- a/audio/emms/Makefile +++ b/audio/emms/Makefile @@ -9,11 +9,12 @@ PORTNAME= emms PORTVERSION= 3.0 PORTREVISION= 9 CATEGORIES= audio elisp -MASTER_SITES= http://www.gnu.org/software/emms/download/ \ - http://dryice.name/computer/FreeBSD/distfiles/ +MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org -COMMENT= EMMS is the Emacs Multi-Media System +COMMENT= The Emacs Multi-Media System + +LICENSE= GPLv3 USE_EMACS= yes USE_GMAKE= yes |