svn commit: r321424 - head/comms/callsign

Boris Samorodov bsam at FreeBSD.org
Thu Jun 20 20:40:30 UTC 2013


Author: bsam
Date: Thu Jun 20 20:40:29 2013
New Revision: 321424
URL: http://svnweb.freebsd.org/changeset/ports/321424

Log:
  . remove DISTNAME (it is the default one);
  . delete an article from COMMENT;
  . trim Makefile headers.

Modified:
  head/comms/callsign/Makefile

Modified: head/comms/callsign/Makefile
==============================================================================
--- head/comms/callsign/Makefile	Thu Jun 20 20:34:08 2013	(r321423)
+++ head/comms/callsign/Makefile	Thu Jun 20 20:40:29 2013	(r321424)
@@ -1,18 +1,13 @@
-# New ports collection makefile for:	callsign-bin
-# Date created:        31 July 2009
-# Whom:                Rick Elrod <codeblock at eighthbit.net>
-#
+# Created by: Rick Elrod <codeblock at eighthbit.net>
 # $FreeBSD$
-#
 
 PORTNAME=	callsign
 PORTVERSION=	1.0.2
 CATEGORIES=	comms net hamradio
 MASTER_SITES=	RF
-DISTNAME=	callsign-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	An amateur radio callsign lookup command
+COMMENT=	Amateur radio callsign lookup command
 
 RUN_DEPENDS=	rubygem-callsign>=0:${PORTSDIR}/comms/rubygem-callsign
 


More information about the svn-ports-head mailing list