From 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 6 Nov 2002 22:47:41 +0000 Subject: Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat --- security/fressh/Makefile | 2 ++ security/fressh/pkg-comment | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 security/fressh/pkg-comment (limited to 'security/fressh') diff --git a/security/fressh/Makefile b/security/fressh/Makefile index 862568c0ca4d..7c544d799921 100644 --- a/security/fressh/Makefile +++ b/security/fressh/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.fressh.org/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A free rewritten implementation of the SSH communication protocol + USE_BZIP2= yes .include diff --git a/security/fressh/pkg-comment b/security/fressh/pkg-comment deleted file mode 100644 index 2b9d8b062fde..000000000000 --- a/security/fressh/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A free rewritten implementation of the SSH communication protocol -- cgit