diff options
author | danfe <danfe@FreeBSD.org> | 2013-03-13 19:54:25 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-03-13 19:54:25 +0800 |
commit | e68fb0f022849f5a9296efe7e0a15a0655277a55 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/libgme | |
parent | fb9569a05844c6f9d4285d678446d5b14da11301 (diff) | |
download | freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.tar.gz freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.tar.zst freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.zip |
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
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 |