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/cops/Makefile | 2 ++ security/cops/pkg-comment | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 security/cops/pkg-comment (limited to 'security/cops') diff --git a/security/cops/Makefile b/security/cops/Makefile index d4f7f27ba89b..a7f4b91fdc90 100644 --- a/security/cops/Makefile +++ b/security/cops/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}+ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A system secureness checker + WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.//g}+ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= reconfig diff --git a/security/cops/pkg-comment b/security/cops/pkg-comment deleted file mode 100644 index 8b76e9ba0094..000000000000 --- a/security/cops/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A system secureness checker -- cgit