diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
commit | e86b55727a088049f223a32d722fdaf57dbe2719 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/libgme | |
parent | Do not removed directories not owned by the port (diff) |
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
Notes
Notes:
svn path=/head/; revision=314074
Diffstat (limited to 'audio/libgme')
-rw-r--r-- | audio/libgme/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/libgme/Makefile b/audio/libgme/Makefile index 30884bffe52b..b7981aae72b6 100644 --- a/audio/libgme/Makefile +++ b/audio/libgme/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: libgme -# Date created: 9 May 2010 -# Whom: Anonymous -# # $FreeBSD$ -# PORTNAME= libgme PORTVERSION= 0.5.5 @@ -13,11 +8,10 @@ DISTNAME= ${PROJECTHOST}-${PORTVERSION} EXTRACT_SUFX= .tbz2 MAINTAINER= ports@FreeBSD.org -COMMENT= A collection of video game music emulators +COMMENT= Collection of video game music emulators LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual -LICENSE_FILE_LGPL21=${WRKSRC}/license.txt PROJECTHOST= game-music-emu USE_DOS2UNIX= yes |