Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2013 13:36:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322505 - head/comms/xmorse
Message-ID:  <201307081336.r68DaVEL083163@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul  8 13:36:31 2013
New Revision: 322505
URL: http://svnweb.freebsd.org/changeset/ports/322505

Log:
  Remove uneeded USE_DISPLAY
  While here:
  Trim header
  Remove indefinite article from comment

Modified:
  head/comms/xmorse/Makefile

Modified: head/comms/xmorse/Makefile
==============================================================================
--- head/comms/xmorse/Makefile	Mon Jul  8 13:35:37 2013	(r322504)
+++ head/comms/xmorse/Makefile	Mon Jul  8 13:36:31 2013	(r322505)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xmorse
-# Date created:				24 Novermber 2007
-# Whom:					Sunry Chen <sunrychen@gmail.com>
-#
+# Created by: Sunry Chen <sunrychen@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	xmorse
 PORTVERSION=	20041125
@@ -17,11 +13,10 @@ DISTNAME=	m${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	sunrychen@gmail.com
-COMMENT=	A fully automatic Morse code teaching machine
+COMMENT=	Fully automatic Morse code teaching machine
 
 LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk
 
-USE_DISPLAY=	yes
 USE_SDL=	sdl
 
 PLIST_FILES=	bin/xmorse



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081336.r68DaVEL083163>