svn commit: r315736 - head/net-mgmt/portmon

Bryan Drewery bdrewery at FreeBSD.org
Fri Apr 5 19:42:04 UTC 2013


Author: bdrewery
Date: Fri Apr  5 19:42:03 2013
New Revision: 315736
URL: http://svnweb.freebsd.org/changeset/ports/315736

Log:
  - Add missing quote
  
  Submitted by:	John Marino <draco at marino.st>
  Approved by:	portmgr (implicit)

Modified:
  head/net-mgmt/portmon/Makefile

Modified: head/net-mgmt/portmon/Makefile
==============================================================================
--- head/net-mgmt/portmon/Makefile	Fri Apr  5 19:39:31 2013	(r315735)
+++ head/net-mgmt/portmon/Makefile	Fri Apr  5 19:42:03 2013	(r315736)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	portmon
-# Date created:				18.06.2003
-# Whom:					Kirill Ponomarew <ponomarew at oberon.net>
-#
+# Created by: Kirill Ponomarew <ponomarew at oberon.net>
 # $FreeBSD$
-#
 
 PORTNAME=	portmon
 PORTVERSION=	2.0
@@ -36,7 +32,7 @@ do-install:
 	@${ECHO} "------------------------------------------------------------"
 	@${ECHO} "Sample of configuration file placed at"
 	@${ECHO} "${PREFIX}/etc/portmon.hosts.sample"
-	@${ECHO} "------------------------------------------------------------
+	@${ECHO} "------------------------------------------------------------"
 
 post-install:
 .if !defined(NOPORTDOCS)


More information about the svn-ports-all mailing list