diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-03-25 03:55:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-03-25 03:55:38 +0000 |
commit | 09c45560d5bf0027f22c5546348b09cbb2e55316 (patch) | |
tree | 12a92e5f908cc1ef481ec8fde25c92a77488b483 | |
parent | 96c27b6b378de6fe3e7087acb3432e54dd4527df (diff) | |
download | ports-09c45560d5bf0027f22c5546348b09cbb2e55316.tar.gz ports-09c45560d5bf0027f22c5546348b09cbb2e55316.zip |
- Fix MASTER_SITES
- Fix COMMENT format
- Add LICENSE
PR: 166014
Submitted by: Ports Fury
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293785
-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 |