diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-04-06 03:42:03 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-04-06 03:42:03 +0800 |
commit | 15954ada6723ed60eab2f843e4c982fd4c6ff9e5 (patch) | |
tree | e984bb94330269a17e509b696c4ff494df22eada /net-mgmt | |
parent | afc1acd713ec7cddfab9e82925aedb53f5373bca (diff) | |
download | freebsd-ports-gnome-15954ada6723ed60eab2f843e4c982fd4c6ff9e5.tar.gz freebsd-ports-gnome-15954ada6723ed60eab2f843e4c982fd4c6ff9e5.tar.zst freebsd-ports-gnome-15954ada6723ed60eab2f843e4c982fd4c6ff9e5.zip |
- Add missing quote
Submitted by: John Marino <draco@marino.st>
Approved by: portmgr (implicit)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/portmon/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/portmon/Makefile b/net-mgmt/portmon/Makefile index eb563abfb471..e5c472150685 100644 --- a/net-mgmt/portmon/Makefile +++ b/net-mgmt/portmon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: portmon -# Date created: 18.06.2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@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) |