svn commit: r322505 - head/comms/xmorse

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 8 13:36:32 UTC 2013


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 at gmail.com>
-#
+# Created by: Sunry Chen <sunrychen at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	xmorse
 PORTVERSION=	20041125
@@ -17,11 +13,10 @@ DISTNAME=	m${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	sunrychen at 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


More information about the svn-ports-all mailing list