diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-05 19:42:03 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-05 19:42:03 +0000 |
commit | f6d346078b696a38f16ca7fa7c2cf0b5abbd81ed (patch) | |
tree | e984bb94330269a17e509b696c4ff494df22eada /net-mgmt/portmon/Makefile | |
parent | 9d61e86da1cb56316a0a2d45a1ef7206181d6d65 (diff) | |
download | ports-f6d346078b696a38f16ca7fa7c2cf0b5abbd81ed.tar.gz ports-f6d346078b696a38f16ca7fa7c2cf0b5abbd81ed.zip |
Notes
Diffstat (limited to 'net-mgmt/portmon/Makefile')
-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) |